#768386

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

Shades of Regent Grey #768386

Tints of Regent Grey #768386

Color information

#768386 (or 0x768386) is unknown color: approx Regent Grey. HEX triplet: 76, 83 and 86. RGB value is (118,131,134). Sum of RGB (Red+Green+Blue) = 118+131+134=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #768386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768386 is #897C79. Grayscale: #7F7F7F. Windows color (decimal): -9010298 or 8815478. OLE color: 8815478.

HSL color Cylindrical-coordinate representation of color #768386: hue angle of 191.25º 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 #768386 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118131134-
CMYK0.120.0200.47
HSL191.25º6.35%49.41%-
HSV(B)191.25º11.94%52.55%-
XYZ19.8921.8125.71-
YUV127.45131.69121.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=30.81%
G=34.20%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181311340.120.0200.47191.256.3549.41
Hex768386C202Fbf631
Octal166203206142057277661
Binary11101101000001110000110110010010111110111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768386; }

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

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

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

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

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

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

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

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