Html Css Color HEX #757966 Finch

📋 copy color: '#757966'

red 117 ◦ green 121 ◦ blue 102

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

Shades of Finch #757966

Tints of Finch #757966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 34.41%
G = 35.59%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#757966 (or 0x757966) is known color: Finch. HEX triplet: 75, 79 and 66. RGB value is (117,121,102). Sum of RGB (Red+Green+Blue) = 117+121+102=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #757966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757966 is #8A8699. Grayscale: #757575. Windows color (decimal): -9078426 or 6715765. OLE color: 6715765.

HSL color Cylindrical-coordinate representation of color #757966: hue angle of 72.63º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757966 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 102 -
CMYK 0.03 0 0.16 0.53
HSL 72.63º 0.09% 0.44% -
HSV(B) 72.63º 0.16% 0.47% -
XYZ 16.57 18.42 15.25 -
YUV 117.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 117 121 102 0.03 0 0.16 0.53 72.63 0.09 0.44
Hex 75 79 66 3 0 10 35 49 9 2C
Octal 165 171 146 3 0 20 65 111 11 54
Binary 1110101 1111001 1100110 11 0 10000 110101 1001001 1001 101100

Color Harmonies of #757966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757966

Black with #757966

Text Example


Text Example

White with #757966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757966; }

 p { color: rgb(117,121,102); }

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

background-color css

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

 a { background-color: rgb(117,121,102); }

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

border-color css

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

 span { border-color: rgb(117,121,102); }

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