Html Css Color HEX #988782 Suva Grey

📋 copy color: '#988782'

red 152 ◦ green 135 ◦ blue 130

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

Shades of Suva Grey #988782

Tints of Suva Grey #988782

RGB

 RED value IS 152 (59.77% from 255) = 36.45%

 GREEN value IS 135 (53.13% from 255) = 32.37%

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 36.45%
G = 32.37%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988782 (or 0x988782) is known color: Suva Grey. HEX triplet: 98, 87 and 82. RGB value is (152,135,130). Sum of RGB (Red+Green+Blue) = 152+135+130=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988782 is #67787D. Grayscale: #8B8B8B. Windows color (decimal): -6781054 or 8554392. OLE color: 8554392.

HSL color Cylindrical-coordinate representation of color #988782: hue angle of 13.64º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988782 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 130 -
CMYK 0 0.11 0.14 0.40
HSL 13.64º 0.1% 0.55% -
HSV(B) 13.64º 0.14% 0.6% -
XYZ 25.64 25.62 24.71 -
YUV 139.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 152 135 130 0 0.11 0.14 0.40 13.64 0.1 0.55
Hex 98 87 82 0 B E 28 E A 37
Octal 230 207 202 0 13 16 50 16 12 67
Binary 10011000 10000111 10000010 0 1011 1110 101000 1110 1010 110111

Color Harmonies of #988782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988782

Black with #988782

Text Example


Text Example

White with #988782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988782; }

 p { color: rgb(152,135,130); }

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

background-color css

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

 a { background-color: rgb(152,135,130); }

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

border-color css

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

 span { border-color: rgb(152,135,130); }

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