Html Css Color HEX #727756 Finch

📋 copy color: '#727756'

red 114 ◦ green 119 ◦ blue 86

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

Shades of Finch #727756

Tints of Finch #727756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

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

R = 35.74%
G = 37.3%
B = 26.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#727756 (or 0x727756) is known color: Finch. HEX triplet: 72, 77 and 56. RGB value is (114,119,86). Sum of RGB (Red+Green+Blue) = 114+119+86=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #727756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727756 is #8D88A9. Grayscale: #717171. Windows color (decimal): -9275562 or 5666674. OLE color: 5666674.

HSL color Cylindrical-coordinate representation of color #727756: hue angle of 69.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727756 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 86 -
CMYK 0.04 0 0.28 0.53
HSL 69.09º 0.16% 0.4% -
HSV(B) 69.09º 0.28% 0.47% -
XYZ 15.22 17.44 11.37 -
YUV 113.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 114 119 86 0.04 0 0.28 0.53 69.09 0.16 0.4
Hex 72 77 56 4 0 1C 35 45 10 28
Octal 162 167 126 4 0 34 65 105 20 50
Binary 1110010 1110111 1010110 100 0 11100 110101 1000101 10000 101000

Color Harmonies of #727756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727756

Black with #727756

Text Example


Text Example

White with #727756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727756; }

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

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

background-color css

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

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

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

border-color css

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

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

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