Html Css Color HEX #958780 Almond Frost

📋 copy color: '#958780'

red 149 ◦ green 135 ◦ blue 128

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

Shades of Almond Frost #958780

Tints of Almond Frost #958780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 36.17%
G = 32.77%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958780 (or 0x958780) is known color: Almond Frost. HEX triplet: 95, 87 and 80. RGB value is (149,135,128). Sum of RGB (Red+Green+Blue) = 149+135+128=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958780 is #6A787F. Grayscale: #8A8A8A. Windows color (decimal): -6977664 or 8423317. OLE color: 8423317.

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

Color convert

RGB 149 135 128 -
CMYK 0 0.09 0.14 0.42
HSL 20º 0.09% 0.54% -
HSV(B) 20º 0.14% 0.58% -
XYZ 24.95 25.28 23.99 -
YUV 138.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 149 135 128 0 0.09 0.14 0.42 20 0.09 0.54
Hex 95 87 80 0 9 E 2A 14 9 36
Octal 225 207 200 0 11 16 52 24 11 66
Binary 10010101 10000111 10000000 0 1001 1110 101010 10100 1001 110110

Color Harmonies of #958780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958780

Black with #958780

Text Example


Text Example

White with #958780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958780; }

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

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

background-color css

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

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

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

border-color css

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

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

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