#978376

Color #978376 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #978376

Tints of Almond Frost #978376

Color information

#978376 (or 0x978376) is unknown color: approx Almond Frost. HEX triplet: 97, 83 and 76. RGB value is (151,131,118). Sum of RGB (Red+Green+Blue) = 151+131+118=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978376 is #687C89. Grayscale: #878787. Windows color (decimal): -6847626 or 7766935. OLE color: 7766935.

HSL color Cylindrical-coordinate representation of color #978376: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978376 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB151131118-
CMYK00.130.220.41
HSL23.64º13.69%52.75%-
HSV(B)23.64º21.85%59.22%-
XYZ24.1524.1220.52-
YUV135.5118.13139.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=37.75%
G=32.75%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113111800.130.220.4123.6413.6952.75
Hex9783760D162918e35
Octal2272031660152651301665
Binary100101111000001111101100110110110101001110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978376; }

 p { color: rgb(151,131,118); }

 H1.HeaderClassName
 {
   color: #978376;
 }
 .AnyTagClassName
 {
   color: #978376;
 }
</style>
background-color css

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

 a { background-color: rgb(151,131,118); }

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

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

 span { border-color: rgb(151,131,118); }

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