Html Css Color HEX #727266 Finch

📋 copy color: '#727266'

red 114 ◦ green 114 ◦ blue 102

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

Shades of Finch #727266

Tints of Finch #727266

RGB

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

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

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

R = 34.55%
G = 34.55%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#727266 (or 0x727266) is known color: Finch. HEX triplet: 72, 72 and 66. RGB value is (114,114,102). Sum of RGB (Red+Green+Blue) = 114+114+102=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727266 is #8D8D99. Grayscale: #707070. Windows color (decimal): -9276826 or 6713970. OLE color: 6713970.

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

Color convert

RGB 114 114 102 -
CMYK 0 0 0.11 0.55
HSL 60º 0.06% 0.42% -
HSV(B) 60º 0.11% 0.45% -
XYZ 15.36 16.57 14.96 -
YUV 112.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 114 114 102 0 0 0.11 0.55 60 0.06 0.42
Hex 72 72 66 0 0 B 37 3C 6 2A
Octal 162 162 146 0 0 13 67 74 6 52
Binary 1110010 1110010 1100110 0 0 1011 110111 111100 110 101010

Color Harmonies of #727266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727266

Black with #727266

Text Example


Text Example

White with #727266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727266; }

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

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

background-color css

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

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

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

border-color css

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

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

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