#768993

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

Shades of Regent Grey #768993

Tints of Regent Grey #768993

Color information

#768993 (or 0x768993) is unknown color: approx Regent Grey. HEX triplet: 76, 89 and 93. RGB value is (118,137,147). Sum of RGB (Red+Green+Blue) = 118+137+147=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #768993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768993 is #89766C. Grayscale: #848484. Windows color (decimal): -9008749 or 9668982. OLE color: 9668982.

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

Color convert

RGB118137147-
CMYK0.200.0700.42
HSL200.69º11.84%51.96%-
HSV(B)200.69º19.73%57.65%-
XYZ21.6823.8531.06-
YUV132.46136.21117.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=29.35%
G=34.08%
B=36.57%

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
Decimal1181371470.200.0700.42200.6911.8451.96
Hex76899314702Ac9c34
Octal1662112232470523111464
Binary11101101000100110010011101001110101010110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768993; }

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

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

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

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

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

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

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

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