Html Css Color HEX #968F7C Heathered Grey

📋 copy color: '#968F7C'

red 150 ◦ green 143 ◦ blue 124

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

Shades of Heathered Grey #968F7C

Tints of Heathered Grey #968F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 35.97%
G = 34.29%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#968F7C (or 0x968F7C) is known color: Heathered Grey. HEX triplet: 96, 8F and 7C. RGB value is (150,143,124). Sum of RGB (Red+Green+Blue) = 150+143+124=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F7C is #697083. Grayscale: #8F8F8F. Windows color (decimal): -6910084 or 8163222. OLE color: 8163222.

HSL color Cylindrical-coordinate representation of color #968F7C: hue angle of 43.85º 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 #968F7C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 124 -
CMYK 0 0.05 0.17 0.41
HSL 43.85º 0.11% 0.54% -
HSV(B) 43.85º 0.17% 0.59% -
XYZ 26.04 27.58 23.02 -
YUV 142.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 150 143 124 0 0.05 0.17 0.41 43.85 0.11 0.54
Hex 96 8F 7C 0 5 11 29 2C B 36
Octal 226 217 174 0 5 21 51 54 13 66
Binary 10010110 10001111 1111100 0 101 10001 101001 101100 1011 110110

Color Harmonies of #968F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F7C

Black with #968F7C

Text Example


Text Example

White with #968F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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