#769280

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

Shades of Oxley #769280

Tints of Oxley #769280

Color information

#769280 (or 0x769280) is unknown color: approx Oxley. HEX triplet: 76, 92 and 80. RGB value is (118,146,128). Sum of RGB (Red+Green+Blue) = 118+146+128=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #769280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769280 is #896D7F. Grayscale: #878787. Windows color (decimal): -9006464 or 8426102. OLE color: 8426102.

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

Color convert

RGB118146128-
CMYK0.1900.120.43
HSL141.43º11.38%51.76%-
HSV(B)141.43º19.18%57.25%-
XYZ21.6525.9724.29-
YUV135.58123.72115.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=30.10%
G=37.24%
B=32.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461280.1900.120.43141.4311.3851.76
Hex769280130C2B8db34
Octal16622220023014532151364
Binary111011010010010100000001001101100101011100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769280; }

 p { color: rgb(118,146,128); }

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

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

 a { background-color: rgb(118,146,128); }

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

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

 span { border-color: rgb(118,146,128); }

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