Html Css Color HEX #958784 Suva Grey

📋 copy color: '#958784'

red 149 ◦ green 135 ◦ blue 132

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

Shades of Suva Grey #958784

Tints of Suva Grey #958784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 35.82%
G = 32.45%
B = 31.73%

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

#958784 (or 0x958784) is known color: Suva Grey. HEX triplet: 95, 87 and 84. RGB value is (149,135,132). Sum of RGB (Red+Green+Blue) = 149+135+132=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958784 is #6A787B. Grayscale: #8A8A8A. Windows color (decimal): -6977660 or 8685461. OLE color: 8685461.

HSL color Cylindrical-coordinate representation of color #958784: hue angle of 10.59º 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 #958784 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 132 -
CMYK 0 0.09 0.11 0.42
HSL 10.59º 0.07% 0.55% -
HSV(B) 10.59º 0.11% 0.58% -
XYZ 25.22 25.38 25.4 -
YUV 138.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 149 135 132 0 0.09 0.11 0.42 10.59 0.07 0.55
Hex 95 87 84 0 9 B 2A B 7 37
Octal 225 207 204 0 11 13 52 13 7 67
Binary 10010101 10000111 10000100 0 1001 1011 101010 1011 111 110111

Color Harmonies of #958784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958784

Black with #958784

Text Example


Text Example

White with #958784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958784; }

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

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

background-color css

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

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

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

border-color css

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

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

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