Html Css Color HEX #85807F Suva Grey

📋 copy color: '#85807F'

red 133 ◦ green 128 ◦ blue 127

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

Shades of Suva Grey #85807F

Tints of Suva Grey #85807F

RGB

 RED value IS 133 (52.34% from 255) = 34.28%

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

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

R = 34.28%
G = 32.99%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85807F (or 0x85807F) is known color: Suva Grey. HEX triplet: 85, 80 and 7F. RGB value is (133,128,127). Sum of RGB (Red+Green+Blue) = 133+128+127=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 133 - color contains mainly: red. Hex color #85807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85807F is #7A7F80. Grayscale: #818181. Windows color (decimal): -8028033 or 8355973. OLE color: 8355973.

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

Color convert

RGB 133 128 127 -
CMYK 0 0.04 0.05 0.48
HSL 10º 0.02% 0.51% -
HSV(B) 10º 0.05% 0.52% -
XYZ 21.22 21.96 23.2 -
YUV 129.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 133 128 127 0 0.04 0.05 0.48 10 0.02 0.51
Hex 85 80 7F 0 4 5 30 A 2 33
Octal 205 200 177 0 4 5 60 12 2 63
Binary 10000101 10000000 1111111 0 100 101 110000 1010 10 110011

Color Harmonies of #85807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85807F

Black with #85807F

Text Example


Text Example

White with #85807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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