Html Css Color HEX #84807F Suva Grey

📋 copy color: '#84807F'

red 132 ◦ green 128 ◦ blue 127

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

Shades of Suva Grey #84807F

Tints of Suva Grey #84807F

RGB

 RED value IS 132 (51.95% from 255) = 34.11%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 34.11%
G = 33.07%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84807F (or 0x84807F) is known color: Suva Grey. HEX triplet: 84, 80 and 7F. RGB value is (132,128,127). Sum of RGB (Red+Green+Blue) = 132+128+127=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 132 - color contains mainly: red. Hex color #84807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84807F is #7B7F80. Grayscale: #818181. Windows color (decimal): -8093569 or 8355972. OLE color: 8355972.

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

Color convert

RGB 132 128 127 -
CMYK 0 0.03 0.04 0.48
HSL 12º 0.02% 0.51% -
HSV(B) 12º 0.04% 0.52% -
XYZ 21.07 21.88 23.19 -
YUV 129.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 132 128 127 0 0.03 0.04 0.48 12 0.02 0.51
Hex 84 80 7F 0 3 4 30 C 2 33
Octal 204 200 177 0 3 4 60 14 2 63
Binary 10000100 10000000 1111111 0 11 100 110000 1100 10 110011

Color Harmonies of #84807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84807F

Black with #84807F

Text Example


Text Example

White with #84807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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