Html Css Color HEX #757662 Finch

📋 copy color: '#757662'

red 117 ◦ green 118 ◦ blue 98

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

Shades of Finch #757662

Tints of Finch #757662

RGB

 RED value IS 117 (46.09% from 255) = 35.14%

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

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

R = 35.14%
G = 35.44%
B = 29.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#757662 (or 0x757662) is known color: Finch. HEX triplet: 75, 76 and 62. RGB value is (117,118,98). Sum of RGB (Red+Green+Blue) = 117+118+98=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #757662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757662 is #8A899D. Grayscale: #737373. Windows color (decimal): -9079198 or 6452853. OLE color: 6452853.

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

Color convert

RGB 117 118 98 -
CMYK 0.01 0 0.17 0.54
HSL 63º 0.09% 0.42% -
HSV(B) 63º 0.17% 0.46% -
XYZ 16.02 17.62 14.11 -
YUV 115.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 117 118 98 0.01 0 0.17 0.54 63 0.09 0.42
Hex 75 76 62 1 0 11 36 3F 9 2A
Octal 165 166 142 1 0 21 66 77 11 52
Binary 1110101 1110110 1100010 1 0 10001 110110 111111 1001 101010

Color Harmonies of #757662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757662

Black with #757662

Text Example


Text Example

White with #757662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757662; }

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

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

background-color css

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

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

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

border-color css

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

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

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