#76848A

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

Shades of Regent Grey #76848A

Tints of Regent Grey #76848A

Color information

#76848A (or 0x76848A) is unknown color: approx Regent Grey. HEX triplet: 76, 84 and 8A. RGB value is (118,132,138). Sum of RGB (Red+Green+Blue) = 118+132+138=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #76848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76848A is #897B75. Grayscale: #808080. Windows color (decimal): -9010038 or 9077878. OLE color: 9077878.

HSL color Cylindrical-coordinate representation of color #76848A: hue angle of 198º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76848A is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118132138-
CMYK0.140.0400.46
HSL198º7.87%50.2%-
HSV(B)198º14.49%54.12%-
XYZ20.3122.1927.26-
YUV128.5133.36120.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=30.41%
G=34.02%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181321380.140.0400.461987.8750.2
Hex76848AE402Ec6832
Octal1662042121640563061062
Binary1110110100001001000101011101000101110110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76848A; }

 p { color: rgb(118,132,138); }

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

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

 a { background-color: rgb(118,132,138); }

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

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

 span { border-color: rgb(118,132,138); }

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