#768B93

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

Shades of Regent Grey #768B93

Tints of Regent Grey #768B93

Color information

#768B93 (or 0x768B93) is unknown color: approx Regent Grey. HEX triplet: 76, 8B and 93. RGB value is (118,139,147). Sum of RGB (Red+Green+Blue) = 118+139+147=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #768B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B93 is #89746C. Grayscale: #858585. Windows color (decimal): -9008237 or 9669494. OLE color: 9669494.

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

Color convert

RGB118139147-
CMYK0.200.0500.42
HSL196.55º11.84%51.96%-
HSV(B)196.55º19.73%57.65%-
XYZ21.9724.4231.16-
YUV133.63135.54116.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=29.21%
G=34.41%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181391470.200.0500.42196.5511.8451.96
Hex768B9314502Ac5c34
Octal1662132232450523051464
Binary11101101000101110010011101001010101010110001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B93; }

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

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

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

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

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

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

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

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