Html Css Color HEX #988779 Almond Frost

📋 copy color: '#988779'

red 152 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #988779

Tints of Almond Frost #988779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 37.25%
G = 33.09%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988779 (or 0x988779) is known color: Almond Frost. HEX triplet: 98, 87 and 79. RGB value is (152,135,121). Sum of RGB (Red+Green+Blue) = 152+135+121=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988779 is #677886. Grayscale: #8A8A8A. Windows color (decimal): -6781063 or 7964568. OLE color: 7964568.

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

Color convert

RGB 152 135 121 -
CMYK 0 0.11 0.20 0.40
HSL 27.1º 0.13% 0.54% -
HSV(B) 27.1º 0.2% 0.6% -
XYZ 25.06 25.38 21.67 -
YUV 138.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 152 135 121 0 0.11 0.20 0.40 27.1 0.13 0.54
Hex 98 87 79 0 B 14 28 1B D 36
Octal 230 207 171 0 13 24 50 33 15 66
Binary 10011000 10000111 1111001 0 1011 10100 101000 11011 1101 110110

Color Harmonies of #988779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988779

Black with #988779

Text Example


Text Example

White with #988779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988779; }

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

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

background-color css

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

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

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

border-color css

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

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

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