Html Css Color HEX #958477 Almond Frost

📋 copy color: '#958477'

red 149 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #958477

Tints of Almond Frost #958477

RGB

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

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

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

R = 37.25%
G = 33%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958477 (or 0x958477) is known color: Almond Frost. HEX triplet: 95, 84 and 77. RGB value is (149,132,119). Sum of RGB (Red+Green+Blue) = 149+132+119=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958477 is #6A7B88. Grayscale: #878787. Windows color (decimal): -6978441 or 7832725. OLE color: 7832725.

HSL color Cylindrical-coordinate representation of color #958477: hue angle of 26º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958477 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 119 -
CMYK 0 0.11 0.20 0.42
HSL 26º 0.12% 0.53% -
HSV(B) 26º 0.2% 0.58% -
XYZ 23.98 24.22 20.86 -
YUV 135.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 149 132 119 0 0.11 0.20 0.42 26 0.12 0.53
Hex 95 84 77 0 B 14 2A 1A C 35
Octal 225 204 167 0 13 24 52 32 14 65
Binary 10010101 10000100 1110111 0 1011 10100 101010 11010 1100 110101

Color Harmonies of #958477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958477

Black with #958477

Text Example


Text Example

White with #958477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958477; }

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

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

background-color css

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

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

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

border-color css

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

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

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