Html Css Color HEX #988777 Almond Frost

📋 copy color: '#988777'

red 152 ◦ green 135 ◦ blue 119

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

Shades of Almond Frost #988777

Tints of Almond Frost #988777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 37.44%
G = 33.25%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988777 (or 0x988777) is known color: Almond Frost. HEX triplet: 98, 87 and 77. RGB value is (152,135,119). Sum of RGB (Red+Green+Blue) = 152+135+119=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988777 is #677888. Grayscale: #8A8A8A. Windows color (decimal): -6781065 or 7833496. OLE color: 7833496.

HSL color Cylindrical-coordinate representation of color #988777: hue angle of 29.09º 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 #988777 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 119 -
CMYK 0 0.11 0.22 0.40
HSL 29.09º 0.14% 0.53% -
HSV(B) 29.09º 0.22% 0.6% -
XYZ 24.94 25.34 21.03 -
YUV 138.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 152 135 119 0 0.11 0.22 0.40 29.09 0.14 0.53
Hex 98 87 77 0 B 16 28 1D E 35
Octal 230 207 167 0 13 26 50 35 16 65
Binary 10011000 10000111 1110111 0 1011 10110 101000 11101 1110 110101

Color Harmonies of #988777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988777

Black with #988777

Text Example


Text Example

White with #988777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988777; }

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

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

background-color css

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

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

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

border-color css

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

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

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