#917F7C

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

Shades of Suva Grey #917F7C

Tints of Suva Grey #917F7C

Color information

#917F7C (or 0x917F7C) is unknown color: approx Suva Grey. HEX triplet: 91, 7F and 7C. RGB value is (145,127,124). Sum of RGB (Red+Green+Blue) = 145+127+124=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F7C is #6E8083. Grayscale: #848484. Windows color (decimal): -7241860 or 8159121. OLE color: 8159121.

HSL color Cylindrical-coordinate representation of color #917F7C: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917F7C is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145127124-
CMYK00.120.140.43
HSL8.57º8.71%52.75%-
HSV(B)8.57º14.48%56.86%-
XYZ22.922.6522.23-
YUV132.04123.46137.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=36.62%
G=32.07%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712400.120.140.438.578.7152.75
Hex917F7C0CE2B9935
Octal2211771740141653111165
Binary100100011111111111110001100111010101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917F7C; }

 p { color: rgb(145,127,124); }

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

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

 a { background-color: rgb(145,127,124); }

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

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

 span { border-color: rgb(145,127,124); }

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