Html Css Color HEX #968C7F Heathered Grey

📋 copy color: '#968C7F'

red 150 ◦ green 140 ◦ blue 127

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

Shades of Heathered Grey #968C7F

Tints of Heathered Grey #968C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 35.97%
G = 33.57%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#968C7F (or 0x968C7F) is known color: Heathered Grey. HEX triplet: 96, 8C and 7F. RGB value is (150,140,127). Sum of RGB (Red+Green+Blue) = 150+140+127=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C7F is #697380. Grayscale: #8D8D8D. Windows color (decimal): -6910849 or 8359062. OLE color: 8359062.

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

Color convert

RGB 150 140 127 -
CMYK 0 0.07 0.15 0.41
HSL 33.91º 0.1% 0.54% -
HSV(B) 33.91º 0.15% 0.59% -
XYZ 25.79 26.77 23.89 -
YUV 141.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 150 140 127 0 0.07 0.15 0.41 33.91 0.1 0.54
Hex 96 8C 7F 0 7 F 29 22 A 36
Octal 226 214 177 0 7 17 51 42 12 66
Binary 10010110 10001100 1111111 0 111 1111 101001 100010 1010 110110

Color Harmonies of #968C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C7F

Black with #968C7F

Text Example


Text Example

White with #968C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,127); }

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

background-color css

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

 a { background-color: rgb(150,140,127); }

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

border-color css

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

 span { border-color: rgb(150,140,127); }

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