Html Css Color HEX #727862 Finch

📋 copy color: '#727862'

red 114 ◦ green 120 ◦ blue 98

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

Shades of Finch #727862

Tints of Finch #727862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 34.34%
G = 36.14%
B = 29.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#727862 (or 0x727862) is known color: Finch. HEX triplet: 72, 78 and 62. RGB value is (114,120,98). Sum of RGB (Red+Green+Blue) = 114+120+98=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #727862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727862 is #8D879D. Grayscale: #737373. Windows color (decimal): -9275294 or 6453362. OLE color: 6453362.

HSL color Cylindrical-coordinate representation of color #727862: hue angle of 76.36º 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 #727862 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 98 -
CMYK 0.05 0 0.18 0.53
HSL 76.36º 0.1% 0.43% -
HSV(B) 76.36º 0.18% 0.47% -
XYZ 15.86 17.89 14.17 -
YUV 115.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 114 120 98 0.05 0 0.18 0.53 76.36 0.1 0.43
Hex 72 78 62 5 0 12 35 4C A 2B
Octal 162 170 142 5 0 22 65 114 12 53
Binary 1110010 1111000 1100010 101 0 10010 110101 1001100 1010 101011

Color Harmonies of #727862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727862

Black with #727862

Text Example


Text Example

White with #727862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727862; }

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

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

background-color css

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

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

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

border-color css

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

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

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