#789282

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

Shades of Oxley #789282

Tints of Oxley #789282

Color information

#789282 (or 0x789282) is unknown color: approx Oxley. HEX triplet: 78, 92 and 82. RGB value is (120,146,130). Sum of RGB (Red+Green+Blue) = 120+146+130=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #789282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789282 is #876D7D. Grayscale: #888888. Windows color (decimal): -8875390 or 8557176. OLE color: 8557176.

HSL color Cylindrical-coordinate representation of color #789282: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789282 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB120146130-
CMYK0.1800.110.43
HSL143.08º10.66%52.16%-
HSV(B)143.08º17.81%57.25%-
XYZ22.0526.1625.01-
YUV136.4124.39116.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=30.30%
G=36.87%
B=32.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461300.1800.110.43143.0810.6652.16
Hex789282120B2B8fb34
Octal17022220222013532171364
Binary111100010010010100000101001001011101011100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789282; }

 p { color: rgb(120,146,130); }

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

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

 a { background-color: rgb(120,146,130); }

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

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

 span { border-color: rgb(120,146,130); }

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