Html Css Color HEX #958785 Suva Grey

📋 copy color: '#958785'

red 149 ◦ green 135 ◦ blue 133

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

Shades of Suva Grey #958785

Tints of Suva Grey #958785

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958785 (or 0x958785) is known color: 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

RGB 149 135 133 -
CMYK 0 0.09 0.11 0.42
HSL 7.5º 0.07% 0.55% -
HSV(B) 7.5º 0.11% 0.58% -
XYZ 25.29 25.41 25.76 -
YUV 138.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 149 135 133 0 0.09 0.11 0.42 7.5 0.07 0.55
Hex 95 87 85 0 9 B 2A 8 7 37
Octal 225 207 205 0 11 13 52 10 7 67
Binary 10010101 10000111 10000101 0 1001 1011 101010 1000 111 110111

Color Harmonies of #958785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958785

Black with #958785

Text Example


Text Example

White with #958785

Text Example


Text Example

HTML Codes & Css Web 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>