Html Css Color HEX #978B80 Almond Frost

📋 copy color: '#978B80'

red 151 ◦ green 139 ◦ blue 128

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

Shades of Almond Frost #978B80

Tints of Almond Frost #978B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

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

R = 36.12%
G = 33.25%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#978B80 (or 0x978B80) is known color: Almond Frost. HEX triplet: 97, 8B and 80. RGB value is (151,139,128). Sum of RGB (Red+Green+Blue) = 151+139+128=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #978B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B80 is #68747F. Grayscale: #8D8D8D. Windows color (decimal): -6845568 or 8424343. OLE color: 8424343.

HSL color Cylindrical-coordinate representation of color #978B80: hue angle of 28.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978B80 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 139 128 -
CMYK 0 0.08 0.15 0.41
HSL 28.7º 0.1% 0.55% -
HSV(B) 28.7º 0.15% 0.59% -
XYZ 25.89 26.6 24.19 -
YUV 141.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 151 139 128 0 0.08 0.15 0.41 28.7 0.1 0.55
Hex 97 8B 80 0 8 F 29 1D A 37
Octal 227 213 200 0 10 17 51 35 12 67
Binary 10010111 10001011 10000000 0 1000 1111 101001 11101 1010 110111

Color Harmonies of #978B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B80

Black with #978B80

Text Example


Text Example

White with #978B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978B80; }

 p { color: rgb(151,139,128); }

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

background-color css

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

 a { background-color: rgb(151,139,128); }

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

border-color css

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

 span { border-color: rgb(151,139,128); }

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