Html Css Color HEX #968C7C Heathered Grey

📋 copy color: '#968C7C'

red 150 ◦ green 140 ◦ blue 124

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

Shades of Heathered Grey #968C7C

Tints of Heathered Grey #968C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 36.23%
G = 33.82%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#968C7C (or 0x968C7C) is known color: Heathered Grey. HEX triplet: 96, 8C and 7C. RGB value is (150,140,124). Sum of RGB (Red+Green+Blue) = 150+140+124=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C7C is #697383. Grayscale: #8D8D8D. Windows color (decimal): -6910852 or 8162454. OLE color: 8162454.

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

Color convert

RGB 150 140 124 -
CMYK 0 0.07 0.17 0.41
HSL 36.92º 0.11% 0.54% -
HSV(B) 36.92º 0.17% 0.59% -
XYZ 25.59 26.7 22.87 -
YUV 141.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 150 140 124 0 0.07 0.17 0.41 36.92 0.11 0.54
Hex 96 8C 7C 0 7 11 29 25 B 36
Octal 226 214 174 0 7 21 51 45 13 66
Binary 10010110 10001100 1111100 0 111 10001 101001 100101 1011 110110

Color Harmonies of #968C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C7C

Black with #968C7C

Text Example


Text Example

White with #968C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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