#758993

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

Shades of Regent Grey #758993

Tints of Regent Grey #758993

Color information

#758993 (or 0x758993) is unknown color: approx Regent Grey. HEX triplet: 75, 89 and 93. RGB value is (117,137,147). Sum of RGB (Red+Green+Blue) = 117+137+147=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #758993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758993 is #8A766C. Grayscale: #848484. Windows color (decimal): -9074285 or 9668981. OLE color: 9668981.

HSL color Cylindrical-coordinate representation of color #758993: hue angle of 200º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758993 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117137147-
CMYK0.200.0700.42
HSL200º12.2%51.76%-
HSV(B)200º20.41%57.65%-
XYZ21.5523.7831.06-
YUV132.16136.37117.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=29.18%
G=34.16%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171371470.200.0700.4220012.251.76
Hex75899314702Ac8c34
Octal1652112232470523101464
Binary11101011000100110010011101001110101010110010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758993; }

 p { color: rgb(117,137,147); }

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

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

 a { background-color: rgb(117,137,147); }

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

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

 span { border-color: rgb(117,137,147); }

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