Html Css Color HEX #968B7B Heathered Grey

📋 copy color: '#968B7B'

red 150 ◦ green 139 ◦ blue 123

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

Shades of Heathered Grey #968B7B

Tints of Heathered Grey #968B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

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

R = 36.41%
G = 33.74%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#968B7B (or 0x968B7B) is known color: Heathered Grey. HEX triplet: 96, 8B and 7B. RGB value is (150,139,123). Sum of RGB (Red+Green+Blue) = 150+139+123=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B7B is #697484. Grayscale: #8C8C8C. Windows color (decimal): -6911109 or 8096662. OLE color: 8096662.

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

Color convert

RGB 150 139 123 -
CMYK 0 0.07 0.18 0.41
HSL 35.56º 0.11% 0.54% -
HSV(B) 35.56º 0.18% 0.59% -
XYZ 25.39 26.38 22.49 -
YUV 140.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 150 139 123 0 0.07 0.18 0.41 35.56 0.11 0.54
Hex 96 8B 7B 0 7 12 29 24 B 36
Octal 226 213 173 0 7 22 51 44 13 66
Binary 10010110 10001011 1111011 0 111 10010 101001 100100 1011 110110

Color Harmonies of #968B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B7B

Black with #968B7B

Text Example


Text Example

White with #968B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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