Html Css Color HEX #727555 Finch

📋 copy color: '#727555'

red 114 ◦ green 117 ◦ blue 85

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

Shades of Finch #727555

Tints of Finch #727555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 36.08%
G = 37.03%
B = 26.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#727555 (or 0x727555) is known color: Finch. HEX triplet: 72, 75 and 55. RGB value is (114,117,85). Sum of RGB (Red+Green+Blue) = 114+117+85=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #727555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727555 is #8D8AAA. Grayscale: #707070. Windows color (decimal): -9276075 or 5600626. OLE color: 5600626.

HSL color Cylindrical-coordinate representation of color #727555: hue angle of 65.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727555 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 85 -
CMYK 0.03 0 0.27 0.54
HSL 65.63º 0.16% 0.4% -
HSV(B) 65.63º 0.27% 0.46% -
XYZ 14.94 16.96 11.08 -
YUV 112.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 114 117 85 0.03 0 0.27 0.54 65.63 0.16 0.4
Hex 72 75 55 3 0 1B 36 42 10 28
Octal 162 165 125 3 0 33 66 102 20 50
Binary 1110010 1110101 1010101 11 0 11011 110110 1000010 10000 101000

Color Harmonies of #727555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727555

Black with #727555

Text Example


Text Example

White with #727555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727555; }

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

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

background-color css

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

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

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

border-color css

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

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

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