Html Css Color HEX #988F7B Heathered Grey

📋 copy color: '#988F7B'

red 152 ◦ green 143 ◦ blue 123

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

Shades of Heathered Grey #988F7B

Tints of Heathered Grey #988F7B

RGB

 RED value IS 152 (59.77% from 255) = 36.36%

 GREEN value IS 143 (56.25% from 255) = 34.21%

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

R = 36.36%
G = 34.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#988F7B (or 0x988F7B) is known color: Heathered Grey. HEX triplet: 98, 8F and 7B. RGB value is (152,143,123). Sum of RGB (Red+Green+Blue) = 152+143+123=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F7B is #677084. Grayscale: #8F8F8F. Windows color (decimal): -6779013 or 8097688. OLE color: 8097688.

HSL color Cylindrical-coordinate representation of color #988F7B: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988F7B is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 123 -
CMYK 0 0.06 0.19 0.40
HSL 41.38º 0.12% 0.54% -
HSV(B) 41.38º 0.19% 0.6% -
XYZ 26.35 27.75 22.71 -
YUV 143.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 152 143 123 0 0.06 0.19 0.40 41.38 0.12 0.54
Hex 98 8F 7B 0 6 13 28 29 C 36
Octal 230 217 173 0 6 23 50 51 14 66
Binary 10011000 10001111 1111011 0 110 10011 101000 101001 1100 110110

Color Harmonies of #988F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F7B

Black with #988F7B

Text Example


Text Example

White with #988F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F7B; }

 p { color: rgb(152,143,123); }

 H1.HeaderClassName
 {
   color: #988F7B;
 }
 .AnyTagClassName
 {
   color: #988F7B;
 }
</style>

background-color css

<style>
 a { background-color: #988F7B; }

 a { background-color: rgb(152,143,123); }

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

border-color css

<style>
 span { border-color: #988F7B; }

 span { border-color: rgb(152,143,123); }

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