Html Css Color HEX #998778 Almond Frost

📋 copy color: '#998778'

red 153 ◦ green 135 ◦ blue 120

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

Shades of Almond Frost #998778

Tints of Almond Frost #998778

RGB

 RED value IS 153 (60.16% from 255) = 37.5%

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

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 37.5%
G = 33.09%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998778 (or 0x998778) is known color: Almond Frost. HEX triplet: 99, 87 and 78. RGB value is (153,135,120). Sum of RGB (Red+Green+Blue) = 153+135+120=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998778 is #667887. Grayscale: #8A8A8A. Windows color (decimal): -6715528 or 7899033. OLE color: 7899033.

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

Color convert

RGB 153 135 120 -
CMYK 0 0.12 0.22 0.4
HSL 27.27º 0.14% 0.54% -
HSV(B) 27.27º 0.22% 0.6% -
XYZ 25.19 25.46 21.36 -
YUV 138.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 153 135 120 0 0.12 0.22 0.4 27.27 0.14 0.54
Hex 99 87 78 0 C 16 28 1B E 36
Octal 231 207 170 0 14 26 50 33 16 66
Binary 10011001 10000111 1111000 0 1100 10110 101000 11011 1110 110110

Color Harmonies of #998778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998778

Black with #998778

Text Example


Text Example

White with #998778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998778; }

 p { color: rgb(153,135,120); }

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

background-color css

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

 a { background-color: rgb(153,135,120); }

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

border-color css

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

 span { border-color: rgb(153,135,120); }

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