#768790

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

Shades of Regent Grey #768790

Tints of Regent Grey #768790

Color information

#768790 (or 0x768790) is unknown color: approx Regent Grey. HEX triplet: 76, 87 and 90. RGB value is (118,135,144). Sum of RGB (Red+Green+Blue) = 118+135+144=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #768790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768790 is #89786F. Grayscale: #828282. Windows color (decimal): -9009264 or 9471862. OLE color: 9471862.

HSL color Cylindrical-coordinate representation of color #768790: hue angle of 200.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768790 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118135144-
CMYK0.180.0600.44
HSL200.77º10.48%51.37%-
HSV(B)200.77º18.06%56.47%-
XYZ21.1723.1929.75-
YUV130.94135.37118.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=29.72%
G=34.01%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181351440.180.0600.44200.7710.4851.37
Hex76879012602Cc9a33
Octal1662072202260543111263
Binary11101101000011110010000100101100101100110010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768790; }

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

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

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

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

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

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

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

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