Html Css Color HEX #968D7A Heathered Grey

📋 copy color: '#968D7A'

red 150 ◦ green 141 ◦ blue 122

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

Shades of Heathered Grey #968D7A

Tints of Heathered Grey #968D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 36.32%
G = 34.14%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#968D7A (or 0x968D7A) is known color: Heathered Grey. HEX triplet: 96, 8D and 7A. RGB value is (150,141,122). Sum of RGB (Red+Green+Blue) = 150+141+122=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #968D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D7A is #697285. Grayscale: #8D8D8D. Windows color (decimal): -6910598 or 8031638. OLE color: 8031638.

HSL color Cylindrical-coordinate representation of color #968D7A: hue angle of 40.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968D7A is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 122 -
CMYK 0 0.06 0.19 0.41
HSL 40.71º 0.12% 0.53% -
HSV(B) 40.71º 0.19% 0.59% -
XYZ 25.62 26.94 22.26 -
YUV 141.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 150 141 122 0 0.06 0.19 0.41 40.71 0.12 0.53
Hex 96 8D 7A 0 6 13 29 29 C 35
Octal 226 215 172 0 6 23 51 51 14 65
Binary 10010110 10001101 1111010 0 110 10011 101001 101001 1100 110101

Color Harmonies of #968D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D7A

Black with #968D7A

Text Example


Text Example

White with #968D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,141,122); }

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

background-color css

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

 a { background-color: rgb(150,141,122); }

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

border-color css

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

 span { border-color: rgb(150,141,122); }

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