Html Css Color HEX #969087 Heathered Grey

📋 copy color: '#969087'

red 150 ◦ green 144 ◦ blue 135

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

Shades of Heathered Grey #969087

Tints of Heathered Grey #969087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 34.97%
G = 33.57%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#969087 (or 0x969087) is known color: Heathered Grey. HEX triplet: 96, 90 and 87. RGB value is (150,144,135). Sum of RGB (Red+Green+Blue) = 150+144+135=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969087 is #696F78. Grayscale: #909090. Windows color (decimal): -6909817 or 8884374. OLE color: 8884374.

HSL color Cylindrical-coordinate representation of color #969087: hue angle of 36º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969087 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 135 -
CMYK 0 0.04 0.1 0.41
HSL 36º 0.07% 0.56% -
HSV(B) 36º 0.1% 0.59% -
XYZ 26.92 28.18 26.94 -
YUV 144.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 150 144 135 0 0.04 0.1 0.41 36 0.07 0.56
Hex 96 90 87 0 4 A 29 24 7 38
Octal 226 220 207 0 4 12 51 44 7 70
Binary 10010110 10010000 10000111 0 100 1010 101001 100100 111 111000

Color Harmonies of #969087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969087

Black with #969087

Text Example


Text Example

White with #969087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969087; }

 p { color: rgb(150,144,135); }

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

background-color css

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

 a { background-color: rgb(150,144,135); }

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

border-color css

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

 span { border-color: rgb(150,144,135); }

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