Html Css Color HEX #757860 Finch

📋 copy color: '#757860'

red 117 ◦ green 120 ◦ blue 96

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

Shades of Finch #757860

Tints of Finch #757860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 35.14%
G = 36.04%
B = 28.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#757860 (or 0x757860) is known color: Finch. HEX triplet: 75, 78 and 60. RGB value is (117,120,96). Sum of RGB (Red+Green+Blue) = 117+120+96=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #757860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757860 is #8A879F. Grayscale: #747474. Windows color (decimal): -9078688 or 6322293. OLE color: 6322293.

HSL color Cylindrical-coordinate representation of color #757860: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757860 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 96 -
CMYK 0.02 0 0.2 0.53
HSL 67.5º 0.11% 0.42% -
HSV(B) 67.5º 0.2% 0.47% -
XYZ 16.16 18.06 13.7 -
YUV 116.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 117 120 96 0.02 0 0.2 0.53 67.5 0.11 0.42
Hex 75 78 60 2 0 14 35 44 B 2A
Octal 165 170 140 2 0 24 65 104 13 52
Binary 1110101 1111000 1100000 10 0 10100 110101 1000100 1011 101010

Color Harmonies of #757860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757860

Black with #757860

Text Example


Text Example

White with #757860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757860; }

 p { color: rgb(117,120,96); }

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

background-color css

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

 a { background-color: rgb(117,120,96); }

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

border-color css

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

 span { border-color: rgb(117,120,96); }

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