Html Css Color HEX #727256 Finch

📋 copy color: '#727256'

red 114 ◦ green 114 ◦ blue 86

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

Shades of Finch #727256

Tints of Finch #727256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 36.31%
G = 36.31%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#727256 (or 0x727256) is known color: Finch. HEX triplet: 72, 72 and 56. RGB value is (114,114,86). Sum of RGB (Red+Green+Blue) = 114+114+86=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727256 is #8D8DA9. Grayscale: #6E6E6E. Windows color (decimal): -9276842 or 5665394. OLE color: 5665394.

HSL color Cylindrical-coordinate representation of color #727256: hue angle of 60º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727256 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 86 -
CMYK 0 0 0.25 0.55
HSL 60º 0.14% 0.39% -
HSV(B) 60º 0.25% 0.45% -
XYZ 14.64 16.28 11.18 -
YUV 110.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 114 114 86 0 0 0.25 0.55 60 0.14 0.39
Hex 72 72 56 0 0 19 37 3C E 27
Octal 162 162 126 0 0 31 67 74 16 47
Binary 1110010 1110010 1010110 0 0 11001 110111 111100 1110 100111

Color Harmonies of #727256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727256

Black with #727256

Text Example


Text Example

White with #727256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727256; }

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

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

background-color css

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

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

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

border-color css

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

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

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