Html Css Color HEX #968E7B Heathered Grey

📋 copy color: '#968E7B'

red 150 ◦ green 142 ◦ blue 123

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

Shades of Heathered Grey #968E7B

Tints of Heathered Grey #968E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 36.14%
G = 34.22%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#968E7B (or 0x968E7B) is known color: Heathered Grey. HEX triplet: 96, 8E and 7B. RGB value is (150,142,123). Sum of RGB (Red+Green+Blue) = 150+142+123=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7B is #697184. Grayscale: #8E8E8E. Windows color (decimal): -6910341 or 8097430. OLE color: 8097430.

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

Color convert

RGB 150 142 123 -
CMYK 0 0.05 0.18 0.41
HSL 42.22º 0.11% 0.54% -
HSV(B) 42.22º 0.18% 0.59% -
XYZ 25.83 27.26 22.64 -
YUV 142.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 150 142 123 0 0.05 0.18 0.41 42.22 0.11 0.54
Hex 96 8E 7B 0 5 12 29 2A B 36
Octal 226 216 173 0 5 22 51 52 13 66
Binary 10010110 10001110 1111011 0 101 10010 101001 101010 1011 110110

Color Harmonies of #968E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E7B

Black with #968E7B

Text Example


Text Example

White with #968E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,142,123); }

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

background-color css

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

 a { background-color: rgb(150,142,123); }

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

border-color css

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

 span { border-color: rgb(150,142,123); }

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