#789081

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

Shades of Oxley #789081

Tints of Oxley #789081

Color information

#789081 (or 0x789081) is unknown color: approx Oxley. HEX triplet: 78, 90 and 81. RGB value is (120,144,129). Sum of RGB (Red+Green+Blue) = 120+144+129=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #789081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789081 is #876F7E. Grayscale: #878787. Windows color (decimal): -8875903 or 8491128. OLE color: 8491128.

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

Color convert

RGB120144129-
CMYK0.1700.100.44
HSL142.5º9.76%51.76%-
HSV(B)142.5º16.67%56.47%-
XYZ21.6825.5224.55-
YUV135.11124.55117.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=30.53%
G=36.64%
B=32.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441290.1700.100.44142.59.7651.76
Hex789081110A2C8ea34
Octal17022020121012542161264
Binary111100010010000100000011000101010101100100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789081; }

 p { color: rgb(120,144,129); }

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

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

 a { background-color: rgb(120,144,129); }

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

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

 span { border-color: rgb(120,144,129); }

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