Html Css Color HEX #717262 Finch

📋 copy color: '#717262'

red 113 ◦ green 114 ◦ blue 98

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

Shades of Finch #717262

Tints of Finch #717262

RGB

 RED value IS 113 (44.53% from 255) = 34.77%

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

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

R = 34.77%
G = 35.08%
B = 30.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#717262 (or 0x717262) is known color: Finch. HEX triplet: 71, 72 and 62. RGB value is (113,114,98). Sum of RGB (Red+Green+Blue) = 113+114+98=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #717262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717262 is #8E8D9D. Grayscale: #6F6F6F. Windows color (decimal): -9342366 or 6451825. OLE color: 6451825.

HSL color Cylindrical-coordinate representation of color #717262: hue angle of 63.75º 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 #717262 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 98 -
CMYK 0.01 0 0.14 0.55
HSL 63.75º 0.08% 0.42% -
HSV(B) 63.75º 0.14% 0.45% -
XYZ 15.03 16.43 13.93 -
YUV 111.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 113 114 98 0.01 0 0.14 0.55 63.75 0.08 0.42
Hex 71 72 62 1 0 E 37 40 8 2A
Octal 161 162 142 1 0 16 67 100 10 52
Binary 1110001 1110010 1100010 1 0 1110 110111 1000000 1000 101010

Color Harmonies of #717262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717262

Black with #717262

Text Example


Text Example

White with #717262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717262; }

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

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

background-color css

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

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

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

border-color css

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

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

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