Html Css Color HEX #727A55 Finch

📋 copy color: '#727A55'

red 114 ◦ green 122 ◦ blue 85

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

Shades of Finch #727A55

Tints of Finch #727A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 35.51%
G = 38.01%
B = 26.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#727A55 (or 0x727A55) is known color: Finch. HEX triplet: 72, 7A and 55. RGB value is (114,122,85). Sum of RGB (Red+Green+Blue) = 114+122+85=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #727A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A55 is #8D85AA. Grayscale: #737373. Windows color (decimal): -9274795 or 5601906. OLE color: 5601906.

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

Color convert

RGB 114 122 85 -
CMYK 0.07 0 0.30 0.52
HSL 72.97º 0.18% 0.41% -
HSV(B) 72.97º 0.3% 0.48% -
XYZ 15.54 18.15 11.28 -
YUV 115.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 114 122 85 0.07 0 0.30 0.52 72.97 0.18 0.41
Hex 72 7A 55 7 0 1E 34 49 12 29
Octal 162 172 125 7 0 36 64 111 22 51
Binary 1110010 1111010 1010101 111 0 11110 110100 1001001 10010 101001

Color Harmonies of #727A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A55

Black with #727A55

Text Example


Text Example

White with #727A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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