Html Css Color HEX #878382 Suva Grey

📋 copy color: '#878382'

red 135 ◦ green 131 ◦ blue 130

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

Shades of Suva Grey #878382

Tints of Suva Grey #878382

RGB

 RED value IS 135 (53.13% from 255) = 34.09%

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 34.09%
G = 33.08%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#878382 (or 0x878382) is known color: Suva Grey. HEX triplet: 87, 83 and 82. RGB value is (135,131,130). Sum of RGB (Red+Green+Blue) = 135+131+130=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 135 - color contains mainly: red. Hex color #878382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878382 is #787C7D. Grayscale: #848484. Windows color (decimal): -7896190 or 8553351. OLE color: 8553351.

HSL color Cylindrical-coordinate representation of color #878382: hue angle of 12º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878382 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 130 -
CMYK 0 0.03 0.04 0.47
HSL 12º 0.02% 0.52% -
HSV(B) 12º 0.04% 0.53% -
XYZ 22.14 23 24.39 -
YUV 132.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 135 131 130 0 0.03 0.04 0.47 12 0.02 0.52
Hex 87 83 82 0 3 4 2F C 2 34
Octal 207 203 202 0 3 4 57 14 2 64
Binary 10000111 10000011 10000010 0 11 100 101111 1100 10 110100

Color Harmonies of #878382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878382

Black with #878382

Text Example


Text Example

White with #878382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878382; }

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

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

background-color css

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

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

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

border-color css

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

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

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