#76858D

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

Shades of Regent Grey #76858D

Tints of Regent Grey #76858D

Color information

#76858D (or 0x76858D) is unknown color: approx Regent Grey. HEX triplet: 76, 85 and 8D. RGB value is (118,133,141). Sum of RGB (Red+Green+Blue) = 118+133+141=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #76858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76858D is #897A72. Grayscale: #818181. Windows color (decimal): -9009779 or 9274742. OLE color: 9274742.

HSL color Cylindrical-coordinate representation of color #76858D: hue angle of 200.87º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76858D is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118133141-
CMYK0.160.0600.45
HSL200.87º9.16%50.78%-
HSV(B)200.87º16.31%55.29%-
XYZ20.6722.5528.46-
YUV129.43134.53119.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=30.10%
G=33.93%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181331410.160.0600.45200.879.1650.78
Hex76858D10602Dc9933
Octal1662052152060553111163
Binary11101101000010110001101100001100101101110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76858D; }

 p { color: rgb(118,133,141); }

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

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

 a { background-color: rgb(118,133,141); }

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

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

 span { border-color: rgb(118,133,141); }

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