Html Css Color HEX #978481 Suva Grey

📋 copy color: '#978481'

red 151 ◦ green 132 ◦ blue 129

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

Shades of Suva Grey #978481

Tints of Suva Grey #978481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 36.65%
G = 32.04%
B = 31.31%

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

#978481 (or 0x978481) is known color: Suva Grey. HEX triplet: 97, 84 and 81. RGB value is (151,132,129). Sum of RGB (Red+Green+Blue) = 151+132+129=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #978481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978481 is #687B7E. Grayscale: #898989. Windows color (decimal): -6847359 or 8488087. OLE color: 8488087.

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

Color convert

RGB 151 132 129 -
CMYK 0 0.13 0.15 0.41
HSL 8.18º 0.1% 0.55% -
HSV(B) 8.18º 0.15% 0.59% -
XYZ 24.98 24.67 24.21 -
YUV 137.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 151 132 129 0 0.13 0.15 0.41 8.18 0.1 0.55
Hex 97 84 81 0 D F 29 8 A 37
Octal 227 204 201 0 15 17 51 10 12 67
Binary 10010111 10000100 10000001 0 1101 1111 101001 1000 1010 110111

Color Harmonies of #978481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978481

Black with #978481

Text Example


Text Example

White with #978481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978481; }

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

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

background-color css

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

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

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

border-color css

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

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

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