#958785

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

Shades of Suva Grey #958785

Tints of Suva Grey #958785

Color information

#958785 (or 0x958785) is unknown color: approx Suva Grey. HEX triplet: 95, 87 and 85. RGB value is (149,135,133). Sum of RGB (Red+Green+Blue) = 149+135+133=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958785 is #6A787A. Grayscale: #8A8A8A. Windows color (decimal): -6977659 or 8750997. OLE color: 8750997.

HSL color Cylindrical-coordinate representation of color #958785: hue angle of 7.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958785 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149135133-
CMYK00.090.110.42
HSL7.5º7.02%55.29%-
HSV(B)7.5º10.74%58.43%-
XYZ25.2925.4125.76-
YUV138.96124.64135.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=35.73%
G=32.37%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913513300.090.110.427.57.0255.29
Hex95878509B2A8737
Octal225207205011135210767
Binary1001010110000111100001010100110111010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958785; }

 p { color: rgb(149,135,133); }

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

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

 a { background-color: rgb(149,135,133); }

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

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

 span { border-color: rgb(149,135,133); }

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