#95847F

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

Shades of Suva Grey #95847F

Tints of Suva Grey #95847F

Color information

#95847F (or 0x95847F) is unknown color: approx Suva Grey. HEX triplet: 95, 84 and 7F. RGB value is (149,132,127). Sum of RGB (Red+Green+Blue) = 149+132+127=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95847F is #6A7B80. Grayscale: #888888. Windows color (decimal): -6978433 or 8357013. OLE color: 8357013.

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

Color convert

RGB149132127-
CMYK00.110.150.42
HSL13.64º9.4%54.12%-
HSV(B)13.64º14.77%58.43%-
XYZ24.4824.4223.5-
YUV136.51122.63136.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 127 (50% from 255) = 31.13%
R=36.52%
G=32.35%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913212700.110.150.4213.649.454.12
Hex95847F0BF2Ae936
Octal2252041770131752161166
Binary1001010110000100111111101011111110101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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