Html Css Color HEX #978277 Almond Frost

📋 copy color: '#978277'

red 151 ◦ green 130 ◦ blue 119

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

Shades of Almond Frost #978277

Tints of Almond Frost #978277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 37.75%
G = 32.5%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#978277 (or 0x978277) is known color: Almond Frost. HEX triplet: 97, 82 and 77. RGB value is (151,130,119). Sum of RGB (Red+Green+Blue) = 151+130+119=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978277 is #687D88. Grayscale: #878787. Windows color (decimal): -6847881 or 7832215. OLE color: 7832215.

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

Color convert

RGB 151 130 119 -
CMYK 0 0.14 0.21 0.41
HSL 20.63º 0.13% 0.53% -
HSV(B) 20.63º 0.21% 0.59% -
XYZ 24.07 23.88 20.79 -
YUV 135.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 151 130 119 0 0.14 0.21 0.41 20.63 0.13 0.53
Hex 97 82 77 0 E 15 29 15 D 35
Octal 227 202 167 0 16 25 51 25 15 65
Binary 10010111 10000010 1110111 0 1110 10101 101001 10101 1101 110101

Color Harmonies of #978277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978277

Black with #978277

Text Example


Text Example

White with #978277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978277; }

 p { color: rgb(151,130,119); }

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

background-color css

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

 a { background-color: rgb(151,130,119); }

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

border-color css

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

 span { border-color: rgb(151,130,119); }

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