Html Css Color HEX #968A7C Heathered Grey

📋 copy color: '#968A7C'

red 150 ◦ green 138 ◦ blue 124

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

Shades of Heathered Grey #968A7C

Tints of Heathered Grey #968A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

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

R = 36.41%
G = 33.5%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#968A7C (or 0x968A7C) is known color: Heathered Grey. HEX triplet: 96, 8A and 7C. RGB value is (150,138,124). Sum of RGB (Red+Green+Blue) = 150+138+124=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A7C is #697583. Grayscale: #8C8C8C. Windows color (decimal): -6911364 or 8161942. OLE color: 8161942.

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

Color convert

RGB 150 138 124 -
CMYK 0 0.08 0.17 0.41
HSL 32.31º 0.11% 0.54% -
HSV(B) 32.31º 0.17% 0.59% -
XYZ 25.3 26.12 22.78 -
YUV 139.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 150 138 124 0 0.08 0.17 0.41 32.31 0.11 0.54
Hex 96 8A 7C 0 8 11 29 20 B 36
Octal 226 212 174 0 10 21 51 40 13 66
Binary 10010110 10001010 1111100 0 1000 10001 101001 100000 1011 110110

Color Harmonies of #968A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A7C

Black with #968A7C

Text Example


Text Example

White with #968A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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