Html Css Color HEX #978A7D Almond Frost

📋 copy color: '#978A7D'

red 151 ◦ green 138 ◦ blue 125

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

Shades of Almond Frost #978A7D

Tints of Almond Frost #978A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 36.47%
G = 33.33%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#978A7D (or 0x978A7D) is known color: Almond Frost. HEX triplet: 97, 8A and 7D. RGB value is (151,138,125). Sum of RGB (Red+Green+Blue) = 151+138+125=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #978A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A7D is #687582. Grayscale: #8C8C8C. Windows color (decimal): -6845827 or 8227479. OLE color: 8227479.

HSL color Cylindrical-coordinate representation of color #978A7D: hue angle of 30º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978A7D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 125 -
CMYK 0 0.09 0.17 0.41
HSL 30º 0.11% 0.54% -
HSV(B) 30º 0.17% 0.59% -
XYZ 25.55 26.24 23.12 -
YUV 140.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 151 138 125 0 0.09 0.17 0.41 30 0.11 0.54
Hex 97 8A 7D 0 9 11 29 1E B 36
Octal 227 212 175 0 11 21 51 36 13 66
Binary 10010111 10001010 1111101 0 1001 10001 101001 11110 1011 110110

Color Harmonies of #978A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A7D

Black with #978A7D

Text Example


Text Example

White with #978A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,138,125); }

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

background-color css

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

 a { background-color: rgb(151,138,125); }

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

border-color css

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

 span { border-color: rgb(151,138,125); }

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