#789780

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

Shades of Oxley #789780

Tints of Oxley #789780

Color information

#789780 (or 0x789780) is unknown color: approx Oxley. HEX triplet: 78, 97 and 80. RGB value is (120,151,128). Sum of RGB (Red+Green+Blue) = 120+151+128=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #789780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789780 is #87687F. Grayscale: #8B8B8B. Windows color (decimal): -8874112 or 8427384. OLE color: 8427384.

HSL color Cylindrical-coordinate representation of color #789780: hue angle of 135.48º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789780 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB120151128-
CMYK0.2100.150.41
HSL135.48º12.97%53.14%-
HSV(B)135.48º20.53%59.22%-
XYZ22.7127.6824.57-
YUV139.11121.73114.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=30.08%
G=37.84%
B=32.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511280.2100.150.41135.4812.9753.14
Hex789780150F2987d35
Octal17022720025017512071565
Binary111100010010111100000001010101111101001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789780; }

 p { color: rgb(120,151,128); }

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

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

 a { background-color: rgb(120,151,128); }

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

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

 span { border-color: rgb(120,151,128); }

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