Html Css Color HEX #968C77 Heathered Grey

📋 copy color: '#968C77'

red 150 ◦ green 140 ◦ blue 119

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

Shades of Heathered Grey #968C77

Tints of Heathered Grey #968C77

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 36.67%
G = 34.23%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968C77 (or 0x968C77) is known color: Heathered Grey. HEX triplet: 96, 8C and 77. RGB value is (150,140,119). Sum of RGB (Red+Green+Blue) = 150+140+119=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C77 is #697388. Grayscale: #8C8C8C. Windows color (decimal): -6910857 or 7834774. OLE color: 7834774.

HSL color Cylindrical-coordinate representation of color #968C77: hue angle of 40.65º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968C77 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 119 -
CMYK 0 0.07 0.21 0.41
HSL 40.65º 0.13% 0.53% -
HSV(B) 40.65º 0.21% 0.59% -
XYZ 25.29 26.57 21.25 -
YUV 140.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 150 140 119 0 0.07 0.21 0.41 40.65 0.13 0.53
Hex 96 8C 77 0 7 15 29 29 D 35
Octal 226 214 167 0 7 25 51 51 15 65
Binary 10010110 10001100 1110111 0 111 10101 101001 101001 1101 110101

Color Harmonies of #968C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C77

Black with #968C77

Text Example


Text Example

White with #968C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968C77; }

 p { color: rgb(150,140,119); }

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

background-color css

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

 a { background-color: rgb(150,140,119); }

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

border-color css

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

 span { border-color: rgb(150,140,119); }

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