Html Css Color HEX #727262 Finch

📋 copy color: '#727262'

red 114 ◦ green 114 ◦ blue 98

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

Shades of Finch #727262

Tints of Finch #727262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 34.97%
G = 34.97%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#727262 (or 0x727262) is known color: Finch. HEX triplet: 72, 72 and 62. RGB value is (114,114,98). Sum of RGB (Red+Green+Blue) = 114+114+98=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727262 is #8D8D9D. Grayscale: #707070. Windows color (decimal): -9276830 or 6451826. OLE color: 6451826.

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

Color convert

RGB 114 114 98 -
CMYK 0 0 0.14 0.55
HSL 60º 0.08% 0.42% -
HSV(B) 60º 0.14% 0.45% -
XYZ 15.16 16.49 13.94 -
YUV 112.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 114 114 98 0 0 0.14 0.55 60 0.08 0.42
Hex 72 72 62 0 0 E 37 3C 8 2A
Octal 162 162 142 0 0 16 67 74 10 52
Binary 1110010 1110010 1100010 0 0 1110 110111 111100 1000 101010

Color Harmonies of #727262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727262

Black with #727262

Text Example


Text Example

White with #727262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727262; }

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

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

background-color css

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

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

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

border-color css

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

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

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