#768387

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

Shades of Regent Grey #768387

Tints of Regent Grey #768387

Color information

#768387 (or 0x768387) is unknown color: approx Regent Grey. HEX triplet: 76, 83 and 87. RGB value is (118,131,135). Sum of RGB (Red+Green+Blue) = 118+131+135=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #768387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768387 is #897C78. Grayscale: #7F7F7F. Windows color (decimal): -9010297 or 8881014. OLE color: 8881014.

HSL color Cylindrical-coordinate representation of color #768387: hue angle of 194.12º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768387 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118131135-
CMYK0.130.0300.47
HSL194.12º6.72%49.61%-
HSV(B)194.12º12.59%52.94%-
XYZ19.9621.8326.08-
YUV127.57132.19121.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=30.73%
G=34.11%
B=35.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181311350.130.0300.47194.126.7249.61
Hex768387D302Fc2732
Octal166203207153057302762
Binary11101101000001110000111110111010111111000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768387; }

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

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

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

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

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

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

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

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