#768486

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

Shades of Regent Grey #768486

Tints of Regent Grey #768486

Color information

#768486 (or 0x768486) is unknown color: approx Regent Grey. HEX triplet: 76, 84 and 86. RGB value is (118,132,134). Sum of RGB (Red+Green+Blue) = 118+132+134=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #768486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768486 is #897B79. Grayscale: #808080. Windows color (decimal): -9010042 or 8815734. OLE color: 8815734.

HSL color Cylindrical-coordinate representation of color #768486: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768486 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118132134-
CMYK0.120.0100.47
HSL187.5º6.35%49.41%-
HSV(B)187.5º11.94%52.55%-
XYZ20.0322.0825.76-
YUV128.04131.36120.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=30.73%
G=34.38%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181321340.120.0100.47187.56.3549.41
Hex768486C102Fbb631
Octal166204206141057273661
Binary1110110100001001000011011001010111110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768486; }

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

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

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

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

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

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

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

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