#998C7B

Color #998C7B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #998C7B

Tints of Heathered Grey #998C7B

Color information

#998C7B (or 0x998C7B) is unknown color: approx Heathered Grey. HEX triplet: 99, 8C and 7B. RGB value is (153,140,123). Sum of RGB (Red+Green+Blue) = 153+140+123=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7B is #667384. Grayscale: #8E8E8E. Windows color (decimal): -6714245 or 8096921. OLE color: 8096921.

HSL color Cylindrical-coordinate representation of color #998C7B: hue angle of 34º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998C7B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153140123-
CMYK00.080.200.4
HSL34º12.82%54.12%-
HSV(B)34º19.61%60%-
XYZ26.0926.9622.57-
YUV141.95117.31135.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=36.78%
G=33.65%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314012300.080.200.43412.8254.12
Hex998C7B08142822d36
Octal2312141730102450421566
Binary1001100110001100111101101000101001010001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998C7B; }

 p { color: rgb(153,140,123); }

 H1.HeaderClassName
 {
   color: #998C7B;
 }
 .AnyTagClassName
 {
   color: #998C7B;
 }
</style>
background-color css

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

 a { background-color: rgb(153,140,123); }

 div.DivClassName
 {
   background-color: #998C7B;
 }
 .BgClassName
 {
   background-color: #998C7B;
 }
</style>
border-color css

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

 span { border-color: rgb(153,140,123); }

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