Html Css Color HEX #978480 Suva Grey

📋 copy color: '#978480'

red 151 ◦ green 132 ◦ blue 128

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

Shades of Suva Grey #978480

Tints of Suva Grey #978480

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

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

R = 36.74%
G = 32.12%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#978480 (or 0x978480) is known color: Suva Grey. HEX triplet: 97, 84 and 80. RGB value is (151,132,128). Sum of RGB (Red+Green+Blue) = 151+132+128=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978480 is #687B7F. Grayscale: #898989. Windows color (decimal): -6847360 or 8422551. OLE color: 8422551.

HSL color Cylindrical-coordinate representation of color #978480: hue angle of 10.43º 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 #978480 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 128 -
CMYK 0 0.13 0.15 0.41
HSL 10.43º 0.1% 0.55% -
HSV(B) 10.43º 0.15% 0.59% -
XYZ 24.91 24.64 23.87 -
YUV 137.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 151 132 128 0 0.13 0.15 0.41 10.43 0.1 0.55
Hex 97 84 80 0 D F 29 A A 37
Octal 227 204 200 0 15 17 51 12 12 67
Binary 10010111 10000100 10000000 0 1101 1111 101001 1010 1010 110111

Color Harmonies of #978480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978480

Black with #978480

Text Example


Text Example

White with #978480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978480; }

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

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

background-color css

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

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

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

border-color css

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

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

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