#788384

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

Shades of Regent Grey #788384

Tints of Regent Grey #788384

Color information

#788384 (or 0x788384) is unknown color: approx Regent Grey. HEX triplet: 78, 83 and 84. RGB value is (120,131,132). Sum of RGB (Red+Green+Blue) = 120+131+132=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #788384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788384 is #877C7B. Grayscale: #7F7F7F. Windows color (decimal): -8879228 or 8684408. OLE color: 8684408.

HSL color Cylindrical-coordinate representation of color #788384: hue angle of 185º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788384 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120131132-
CMYK0.090.0100.48
HSL185º4.76%49.41%-
HSV(B)185º9.09%51.76%-
XYZ20.0321.8925-
YUV127.82130.36122.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=31.33%
G=34.20%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201311320.090.0100.481854.7649.41
Hex78838491030b9531
Octal170203204111060271561
Binary1111000100000111000010010011011000010111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788384; }

 p { color: rgb(120,131,132); }

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

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

 a { background-color: rgb(120,131,132); }

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

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

 span { border-color: rgb(120,131,132); }

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