Html Css Color HEX #727566 Finch

📋 copy color: '#727566'

red 114 ◦ green 117 ◦ blue 102

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

Shades of Finch #727566

Tints of Finch #727566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 34.23%
G = 35.14%
B = 30.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#727566 (or 0x727566) is known color: Finch. HEX triplet: 72, 75 and 66. RGB value is (114,117,102). Sum of RGB (Red+Green+Blue) = 114+117+102=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #727566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727566 is #8D8A99. Grayscale: #727272. Windows color (decimal): -9276058 or 6714738. OLE color: 6714738.

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

Color convert

RGB 114 117 102 -
CMYK 0.03 0 0.13 0.54
HSL 72º 0.07% 0.43% -
HSV(B) 72º 0.13% 0.46% -
XYZ 15.7 17.26 15.07 -
YUV 114.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 114 117 102 0.03 0 0.13 0.54 72 0.07 0.43
Hex 72 75 66 3 0 D 36 48 7 2B
Octal 162 165 146 3 0 15 66 110 7 53
Binary 1110010 1110101 1100110 11 0 1101 110110 1001000 111 101011

Color Harmonies of #727566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727566

Black with #727566

Text Example


Text Example

White with #727566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727566; }

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

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

background-color css

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

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

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

border-color css

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

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

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