Html Css Color HEX #727456 Finch

📋 copy color: '#727456'

red 114 ◦ green 116 ◦ blue 86

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

Shades of Finch #727456

Tints of Finch #727456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 36.08%
G = 36.71%
B = 27.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#727456 (or 0x727456) is known color: Finch. HEX triplet: 72, 74 and 56. RGB value is (114,116,86). Sum of RGB (Red+Green+Blue) = 114+116+86=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #727456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727456 is #8D8BA9. Grayscale: #707070. Windows color (decimal): -9276330 or 5665906. OLE color: 5665906.

HSL color Cylindrical-coordinate representation of color #727456: hue angle of 64º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727456 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 86 -
CMYK 0.02 0 0.26 0.55
HSL 64º 0.15% 0.4% -
HSV(B) 64º 0.26% 0.45% -
XYZ 14.86 16.74 11.25 -
YUV 111.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 114 116 86 0.02 0 0.26 0.55 64 0.15 0.4
Hex 72 74 56 2 0 1A 37 40 F 28
Octal 162 164 126 2 0 32 67 100 17 50
Binary 1110010 1110100 1010110 10 0 11010 110111 1000000 1111 101000

Color Harmonies of #727456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727456

Black with #727456

Text Example


Text Example

White with #727456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727456; }

 p { color: rgb(114,116,86); }

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

background-color css

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

 a { background-color: rgb(114,116,86); }

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

border-color css

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

 span { border-color: rgb(114,116,86); }

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