Html Css Color HEX #717662 Finch

📋 copy color: '#717662'

red 113 ◦ green 118 ◦ blue 98

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

Shades of Finch #717662

Tints of Finch #717662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 34.35%
G = 35.87%
B = 29.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#717662 (or 0x717662) is known color: Finch. HEX triplet: 71, 76 and 62. RGB value is (113,118,98). Sum of RGB (Red+Green+Blue) = 113+118+98=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #717662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717662 is #8E899D. Grayscale: #727272. Windows color (decimal): -9341342 or 6452849. OLE color: 6452849.

HSL color Cylindrical-coordinate representation of color #717662: hue angle of 75º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717662 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 98 -
CMYK 0.04 0 0.17 0.54
HSL 75º 0.09% 0.42% -
HSV(B) 75º 0.17% 0.46% -
XYZ 15.49 17.35 14.09 -
YUV 114.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 113 118 98 0.04 0 0.17 0.54 75 0.09 0.42
Hex 71 76 62 4 0 11 36 4B 9 2A
Octal 161 166 142 4 0 21 66 113 11 52
Binary 1110001 1110110 1100010 100 0 10001 110110 1001011 1001 101010

Color Harmonies of #717662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717662

Black with #717662

Text Example


Text Example

White with #717662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717662; }

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

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

background-color css

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

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

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

border-color css

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

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

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