Html Css Color HEX #757661 Finch

📋 copy color: '#757661'

red 117 ◦ green 118 ◦ blue 97

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

Shades of Finch #757661

Tints of Finch #757661

RGB

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

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

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

R = 35.24%
G = 35.54%
B = 29.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#757661 (or 0x757661) is known color: Finch. HEX triplet: 75, 76 and 61. RGB value is (117,118,97). Sum of RGB (Red+Green+Blue) = 117+118+97=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #757661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757661 is #8A899E. Grayscale: #737373. Windows color (decimal): -9079199 or 6387317. OLE color: 6387317.

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

Color convert

RGB 117 118 97 -
CMYK 0.01 0 0.18 0.54
HSL 62.86º 0.1% 0.42% -
HSV(B) 62.86º 0.18% 0.46% -
XYZ 15.97 17.6 13.86 -
YUV 115.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 117 118 97 0.01 0 0.18 0.54 62.86 0.1 0.42
Hex 75 76 61 1 0 12 36 3F A 2A
Octal 165 166 141 1 0 22 66 77 12 52
Binary 1110101 1110110 1100001 1 0 10010 110110 111111 1010 101010

Color Harmonies of #757661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757661

Black with #757661

Text Example


Text Example

White with #757661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757661; }

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

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

background-color css

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

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

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

border-color css

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

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

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