Html Css Color HEX #988A7B Almond Frost

📋 copy color: '#988A7B'

red 152 ◦ green 138 ◦ blue 123

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

Shades of Almond Frost #988A7B

Tints of Almond Frost #988A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 36.8%
G = 33.41%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#988A7B (or 0x988A7B) is known color: Almond Frost. HEX triplet: 98, 8A and 7B. RGB value is (152,138,123). Sum of RGB (Red+Green+Blue) = 152+138+123=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A7B is #677584. Grayscale: #8C8C8C. Windows color (decimal): -6780293 or 8096408. OLE color: 8096408.

HSL color Cylindrical-coordinate representation of color #988A7B: hue angle of 31.03º 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 #988A7B is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 123 -
CMYK 0 0.09 0.19 0.40
HSL 31.03º 0.12% 0.54% -
HSV(B) 31.03º 0.19% 0.6% -
XYZ 25.61 26.28 22.46 -
YUV 140.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 152 138 123 0 0.09 0.19 0.40 31.03 0.12 0.54
Hex 98 8A 7B 0 9 13 28 1F C 36
Octal 230 212 173 0 11 23 50 37 14 66
Binary 10011000 10001010 1111011 0 1001 10011 101000 11111 1100 110110

Color Harmonies of #988A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A7B

Black with #988A7B

Text Example


Text Example

White with #988A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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