Html Css Color HEX #727A49 Finch

📋 copy color: '#727A49'

red 114 ◦ green 122 ◦ blue 73

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

Shades of Finch #727A49

Tints of Finch #727A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 36.89%
G = 39.48%
B = 23.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#727A49 (or 0x727A49) is known color: Finch. HEX triplet: 72, 7A and 49. RGB value is (114,122,73). Sum of RGB (Red+Green+Blue) = 114+122+73=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #727A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727A49 is #8D85B6. Grayscale: #727272. Windows color (decimal): -9274807 or 4815474. OLE color: 4815474.

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

Color convert

RGB 114 122 73 -
CMYK 0.07 0 0.40 0.52
HSL 69.8º 0.25% 0.38% -
HSV(B) 69.8º 0.4% 0.48% -
XYZ 15.1 17.98 8.98 -
YUV 114.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 114 122 73 0.07 0 0.40 0.52 69.8 0.25 0.38
Hex 72 7A 49 7 0 28 34 46 19 26
Octal 162 172 111 7 0 50 64 106 31 46
Binary 1110010 1111010 1001001 111 0 101000 110100 1000110 11001 100110

Color Harmonies of #727A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A49

Black with #727A49

Text Example


Text Example

White with #727A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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