Html Css Color HEX #988477 Almond Frost

📋 copy color: '#988477'

red 152 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #988477

Tints of Almond Frost #988477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 37.72%
G = 32.75%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988477 (or 0x988477) is known color: Almond Frost. HEX triplet: 98, 84 and 77. RGB value is (152,132,119). Sum of RGB (Red+Green+Blue) = 152+132+119=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988477 is #677B88. Grayscale: #888888. Windows color (decimal): -6781833 or 7832728. OLE color: 7832728.

HSL color Cylindrical-coordinate representation of color #988477: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988477 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 119 -
CMYK 0 0.13 0.22 0.40
HSL 23.64º 0.14% 0.53% -
HSV(B) 23.64º 0.22% 0.6% -
XYZ 24.53 24.51 20.89 -
YUV 136.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 152 132 119 0 0.13 0.22 0.40 23.64 0.14 0.53
Hex 98 84 77 0 D 16 28 18 E 35
Octal 230 204 167 0 15 26 50 30 16 65
Binary 10011000 10000100 1110111 0 1101 10110 101000 11000 1110 110101

Color Harmonies of #988477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988477

Black with #988477

Text Example


Text Example

White with #988477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988477; }

 p { color: rgb(152,132,119); }

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

background-color css

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

 a { background-color: rgb(152,132,119); }

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

border-color css

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

 span { border-color: rgb(152,132,119); }

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