Html Css Color HEX #717462 Finch

📋 copy color: '#717462'

red 113 ◦ green 116 ◦ blue 98

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

Shades of Finch #717462

Tints of Finch #717462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 34.56%
G = 35.47%
B = 29.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#717462 (or 0x717462) is known color: Finch. HEX triplet: 71, 74 and 62. RGB value is (113,116,98). Sum of RGB (Red+Green+Blue) = 113+116+98=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #717462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717462 is #8E8B9D. Grayscale: #717171. Windows color (decimal): -9341854 or 6452337. OLE color: 6452337.

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

Color convert

RGB 113 116 98 -
CMYK 0.03 0 0.16 0.55
HSL 70º 0.08% 0.42% -
HSV(B) 70º 0.16% 0.45% -
XYZ 15.26 16.88 14.01 -
YUV 113.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 113 116 98 0.03 0 0.16 0.55 70 0.08 0.42
Hex 71 74 62 3 0 10 37 46 8 2A
Octal 161 164 142 3 0 20 67 106 10 52
Binary 1110001 1110100 1100010 11 0 10000 110111 1000110 1000 101010

Color Harmonies of #717462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717462

Black with #717462

Text Example


Text Example

White with #717462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717462; }

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

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

background-color css

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

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

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

border-color css

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

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

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