Html Css Color HEX #727B49 Finch

📋 copy color: '#727B49'

red 114 ◦ green 123 ◦ blue 73

#727B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #727B49

Tints of Finch #727B49

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 36.77%
G = 39.68%
B = 23.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#727B49 (or 0x727B49) is known color: Finch. HEX triplet: 72, 7B and 49. RGB value is (114,123,73). Sum of RGB (Red+Green+Blue) = 114+123+73=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #727B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B49 is #8D84B6. Grayscale: #727272. Windows color (decimal): -9274551 or 4815730. OLE color: 4815730.

HSL color Cylindrical-coordinate representation of color #727B49: hue angle of 70.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727B49 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 73 -
CMYK 0.07 0 0.41 0.52
HSL 70.8º 0.26% 0.38% -
HSV(B) 70.8º 0.41% 0.48% -
XYZ 15.22 18.22 9.02 -
YUV 114.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 114 123 73 0.07 0 0.41 0.52 70.8 0.26 0.38
Hex 72 7B 49 7 0 29 34 47 1A 26
Octal 162 173 111 7 0 51 64 107 32 46
Binary 1110010 1111011 1001001 111 0 101001 110100 1000111 11010 100110

Color Harmonies of #727B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B49

Black with #727B49

Text Example


Text Example

White with #727B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727B49; }

 p { color: rgb(114,123,73); }

 H1.HeaderClassName
 {
   color: #727B49;
 }
 .AnyTagClassName
 {
   color: #727B49;
 }
</style>

background-color css

<style>
 a { background-color: #727B49; }

 a { background-color: rgb(114,123,73); }

 div.DivClassName
 {
   background-color: #727B49;
 }
 .BgClassName
 {
   background-color: #727B49;
 }
</style>

border-color css

<style>
 span { border-color: #727B49; }

 span { border-color: rgb(114,123,73); }

 td.TdClassName
 {
   border-color: #727B49;
 }
 .TagClassName
 {
   border-color: #727B49;
 }
</style>