Html Css Color HEX #757761 Finch

📋 copy color: '#757761'

red 117 ◦ green 119 ◦ blue 97

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

Shades of Finch #757761

Tints of Finch #757761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 35.14%
G = 35.74%
B = 29.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#757761 (or 0x757761) is known color: Finch. HEX triplet: 75, 77 and 61. RGB value is (117,119,97). Sum of RGB (Red+Green+Blue) = 117+119+97=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #757761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757761 is #8A889E. Grayscale: #737373. Windows color (decimal): -9078943 or 6387573. OLE color: 6387573.

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

Color convert

RGB 117 119 97 -
CMYK 0.02 0 0.18 0.53
HSL 65.45º 0.1% 0.42% -
HSV(B) 65.45º 0.18% 0.47% -
XYZ 16.09 17.84 13.9 -
YUV 115.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 117 119 97 0.02 0 0.18 0.53 65.45 0.1 0.42
Hex 75 77 61 2 0 12 35 41 A 2A
Octal 165 167 141 2 0 22 65 101 12 52
Binary 1110101 1110111 1100001 10 0 10010 110101 1000001 1010 101010

Color Harmonies of #757761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757761

Black with #757761

Text Example


Text Example

White with #757761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757761; }

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

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

background-color css

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

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

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

border-color css

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

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

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