#76898B

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

Shades of Regent Grey #76898B

Tints of Regent Grey #76898B

Color information

#76898B (or 0x76898B) is unknown color: approx Regent Grey. HEX triplet: 76, 89 and 8B. RGB value is (118,137,139). Sum of RGB (Red+Green+Blue) = 118+137+139=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #76898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76898B is #897674. Grayscale: #838383. Windows color (decimal): -9008757 or 9144694. OLE color: 9144694.

HSL color Cylindrical-coordinate representation of color #76898B: hue angle of 185.71º 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 #76898B is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118137139-
CMYK0.150.0100.45
HSL185.71º8.3%50.39%-
HSV(B)185.71º15.11%54.51%-
XYZ21.0823.6127.87-
YUV131.55132.21118.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=29.95%
G=34.77%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181371390.150.0100.45185.718.350.39
Hex76898BF102Dba832
Octal1662112131710552721062
Binary11101101000100110001011111110101101101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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