#76858B

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

Shades of Regent Grey #76858B

Tints of Regent Grey #76858B

Color information

#76858B (or 0x76858B) is unknown color: approx Regent Grey. HEX triplet: 76, 85 and 8B. RGB value is (118,133,139). Sum of RGB (Red+Green+Blue) = 118+133+139=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #76858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76858B is #897A74. Grayscale: #818181. Windows color (decimal): -9009781 or 9143670. OLE color: 9143670.

HSL color Cylindrical-coordinate representation of color #76858B: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76858B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118133139-
CMYK0.150.0400.45
HSL197.14º8.3%50.39%-
HSV(B)197.14º15.11%54.51%-
XYZ20.5222.4927.69-
YUV129.2133.53120.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=30.26%
G=34.10%
B=35.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181331390.150.0400.45197.148.350.39
Hex76858BF402Dc5832
Octal1662052131740553051062
Binary1110110100001011000101111111000101101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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