#789584

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

Shades of Oxley #789584

Tints of Oxley #789584

Color information

#789584 (or 0x789584) is unknown color: approx Oxley. HEX triplet: 78, 95 and 84. RGB value is (120,149,132). Sum of RGB (Red+Green+Blue) = 120+149+132=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #789584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789584 is #876A7B. Grayscale: #8A8A8A. Windows color (decimal): -8874620 or 8689016. OLE color: 8689016.

HSL color Cylindrical-coordinate representation of color #789584: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789584 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB120149132-
CMYK0.1900.110.42
HSL144.83º12.03%52.75%-
HSV(B)144.83º19.46%58.43%-
XYZ22.6627.1525.88-
YUV138.39124.39114.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=29.93%
G=37.16%
B=32.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491320.1900.110.42144.8312.0352.75
Hex789584130B2A91c35
Octal17022520423013522211465
Binary111100010010101100001001001101011101010100100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789584; }

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

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

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

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

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

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

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

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