Html Css Color HEX #727762 Finch

📋 copy color: '#727762'

red 114 ◦ green 119 ◦ blue 98

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

Shades of Finch #727762

Tints of Finch #727762

RGB

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

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

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

R = 34.44%
G = 35.95%
B = 29.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#727762 (or 0x727762) is known color: Finch. HEX triplet: 72, 77 and 62. RGB value is (114,119,98). Sum of RGB (Red+Green+Blue) = 114+119+98=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #727762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727762 is #8D889D. Grayscale: #737373. Windows color (decimal): -9275550 or 6453106. OLE color: 6453106.

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

Color convert

RGB 114 119 98 -
CMYK 0.04 0 0.18 0.53
HSL 74.29º 0.1% 0.43% -
HSV(B) 74.29º 0.18% 0.47% -
XYZ 15.74 17.65 14.13 -
YUV 115.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 114 119 98 0.04 0 0.18 0.53 74.29 0.1 0.43
Hex 72 77 62 4 0 12 35 4A A 2B
Octal 162 167 142 4 0 22 65 112 12 53
Binary 1110010 1110111 1100010 100 0 10010 110101 1001010 1010 101011

Color Harmonies of #727762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727762

Black with #727762

Text Example


Text Example

White with #727762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727762; }

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

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

background-color css

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

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

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

border-color css

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

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

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