Html Css Color HEX #978379 Almond Frost

📋 copy color: '#978379'

red 151 ◦ green 131 ◦ blue 121

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

Shades of Almond Frost #978379

Tints of Almond Frost #978379

RGB

 RED value IS 151 (59.38% from 255) = 37.47%

 GREEN value IS 131 (51.56% from 255) = 32.51%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 37.47%
G = 32.51%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#978379 (or 0x978379) is known color: Almond Frost. HEX triplet: 97, 83 and 79. RGB value is (151,131,121). Sum of RGB (Red+Green+Blue) = 151+131+121=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #978379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978379 is #687C86. Grayscale: #878787. Windows color (decimal): -6847623 or 7963543. OLE color: 7963543.

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

Color convert

RGB 151 131 121 -
CMYK 0 0.13 0.20 0.41
HSL 20º 0.13% 0.53% -
HSV(B) 20º 0.2% 0.59% -
XYZ 24.33 24.19 21.48 -
YUV 135.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 151 131 121 0 0.13 0.20 0.41 20 0.13 0.53
Hex 97 83 79 0 D 14 29 14 D 35
Octal 227 203 171 0 15 24 51 24 15 65
Binary 10010111 10000011 1111001 0 1101 10100 101001 10100 1101 110101

Color Harmonies of #978379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978379

Black with #978379

Text Example


Text Example

White with #978379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978379; }

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

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

background-color css

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

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

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

border-color css

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

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

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