#83807F

Color #83807F Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #83807F

Tints of Suva Grey #83807F

Color information

#83807F (or 0x83807F) is unknown color: approx Suva Grey. HEX triplet: 83, 80 and 7F. RGB value is (131,128,127). Sum of RGB (Red+Green+Blue) = 131+128+127=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 131 - color contains mainly: red. Hex color #83807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807F is #7C7F80. Grayscale: #808080. Windows color (decimal): -8159105 or 8355971. OLE color: 8355971.

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

Color convert

RGB131128127-
CMYK00.020.030.49
HSL15º1.59%50.59%-
HSV(B)15º3.05%51.37%-
XYZ20.9121.823.18-
YUV128.78126.99129.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 127 (50% from 255) = 32.90%
R=33.94%
G=33.16%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112812700.020.030.49151.5950.59
Hex83807F02331f233
Octal2032001770236117263
Binary1000001110000000111111101011110001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83807F;
 }
 .AnyTagClassName
 {
   color: #83807F;
 }
</style>
background-color css

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

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

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

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

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

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