Html Css Color HEX #95877C Almond Frost

📋 copy color: '#95877C'

red 149 ◦ green 135 ◦ blue 124

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

Shades of Almond Frost #95877C

Tints of Almond Frost #95877C

RGB

 RED value IS 149 (58.59% from 255) = 36.52%

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

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 36.52%
G = 33.09%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95877C (or 0x95877C) is known color: Almond Frost. HEX triplet: 95, 87 and 7C. RGB value is (149,135,124). Sum of RGB (Red+Green+Blue) = 149+135+124=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877C is #6A7883. Grayscale: #898989. Windows color (decimal): -6977668 or 8161173. OLE color: 8161173.

HSL color Cylindrical-coordinate representation of color #95877C: hue angle of 26.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95877C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 124 -
CMYK 0 0.09 0.17 0.42
HSL 26.4º 0.11% 0.54% -
HSV(B) 26.4º 0.17% 0.58% -
XYZ 24.7 25.17 22.63 -
YUV 137.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 149 135 124 0 0.09 0.17 0.42 26.4 0.11 0.54
Hex 95 87 7C 0 9 11 2A 1A B 36
Octal 225 207 174 0 11 21 52 32 13 66
Binary 10010101 10000111 1111100 0 1001 10001 101010 11010 1011 110110

Color Harmonies of #95877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95877C

Black with #95877C

Text Example


Text Example

White with #95877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95877C; }

 p { color: rgb(149,135,124); }

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

background-color css

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

 a { background-color: rgb(149,135,124); }

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

border-color css

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

 span { border-color: rgb(149,135,124); }

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