#78927E

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

Shades of Oxley #78927E

Tints of Oxley #78927E

Color information

#78927E (or 0x78927E) is unknown color: approx Oxley. HEX triplet: 78, 92 and 7E. RGB value is (120,146,126). Sum of RGB (Red+Green+Blue) = 120+146+126=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #78927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78927E is #876D81. Grayscale: #888888. Windows color (decimal): -8875394 or 8295032. OLE color: 8295032.

HSL color Cylindrical-coordinate representation of color #78927E: hue angle of 133.85º 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 #78927E is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB120146126-
CMYK0.1800.140.43
HSL133.85º10.66%52.16%-
HSV(B)133.85º17.81%57.25%-
XYZ21.7926.0623.62-
YUV135.95122.39116.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=30.61%
G=37.24%
B=32.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461260.1800.140.43133.8510.6652.16
Hex78927E120E2B86b34
Octal17022217622016532061364
Binary11110001001001011111101001001110101011100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78927E; }

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

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

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

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

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

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

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

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