Html Css Color HEX #757760 Finch

📋 copy color: '#757760'

red 117 ◦ green 119 ◦ blue 96

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

Shades of Finch #757760

Tints of Finch #757760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 35.24%
G = 35.84%
B = 28.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#757760 (or 0x757760) is known color: Finch. HEX triplet: 75, 77 and 60. RGB value is (117,119,96). Sum of RGB (Red+Green+Blue) = 117+119+96=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #757760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757760 is #8A889F. Grayscale: #737373. Windows color (decimal): -9078944 or 6322037. OLE color: 6322037.

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

Color convert

RGB 117 119 96 -
CMYK 0.02 0 0.19 0.53
HSL 65.22º 0.11% 0.42% -
HSV(B) 65.22º 0.19% 0.47% -
XYZ 16.04 17.82 13.66 -
YUV 115.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 117 119 96 0.02 0 0.19 0.53 65.22 0.11 0.42
Hex 75 77 60 2 0 13 35 41 B 2A
Octal 165 167 140 2 0 23 65 101 13 52
Binary 1110101 1110111 1100000 10 0 10011 110101 1000001 1011 101010

Color Harmonies of #757760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757760

Black with #757760

Text Example


Text Example

White with #757760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757760; }

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

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

background-color css

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

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

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

border-color css

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

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

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