Html Css Color HEX #727666 Finch

📋 copy color: '#727666'

red 114 ◦ green 118 ◦ blue 102

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

Shades of Finch #727666

Tints of Finch #727666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 34.13%
G = 35.33%
B = 30.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#727666 (or 0x727666) is known color: Finch. HEX triplet: 72, 76 and 66. RGB value is (114,118,102). Sum of RGB (Red+Green+Blue) = 114+118+102=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #727666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727666 is #8D8999. Grayscale: #737373. Windows color (decimal): -9275802 or 6714994. OLE color: 6714994.

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

Color convert

RGB 114 118 102 -
CMYK 0.03 0 0.14 0.54
HSL 75º 0.07% 0.43% -
HSV(B) 75º 0.14% 0.46% -
XYZ 15.82 17.49 15.11 -
YUV 114.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 114 118 102 0.03 0 0.14 0.54 75 0.07 0.43
Hex 72 76 66 3 0 E 36 4B 7 2B
Octal 162 166 146 3 0 16 66 113 7 53
Binary 1110010 1110110 1100110 11 0 1110 110110 1001011 111 101011

Color Harmonies of #727666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727666

Black with #727666

Text Example


Text Example

White with #727666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727666; }

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

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

background-color css

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

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

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

border-color css

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

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

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