#779482

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

Shades of Oxley #779482

Tints of Oxley #779482

Color information

#779482 (or 0x779482) is unknown color: approx Oxley. HEX triplet: 77, 94 and 82. RGB value is (119,148,130). Sum of RGB (Red+Green+Blue) = 119+148+130=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #779482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779482 is #886B7D. Grayscale: #898989. Windows color (decimal): -8940414 or 8557687. OLE color: 8557687.

HSL color Cylindrical-coordinate representation of color #779482: hue angle of 142.76º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779482 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB119148130-
CMYK0.2000.120.42
HSL142.76º11.93%52.35%-
HSV(B)142.76º19.59%58.04%-
XYZ22.2326.7125.1-
YUV137.28123.89114.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=29.97%
G=37.28%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481300.2000.120.42142.7611.9352.35
Hex779482140C2A8fc34
Octal16722420224014522171464
Binary111011110010100100000101010001100101010100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779482; }

 p { color: rgb(119,148,130); }

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

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

 a { background-color: rgb(119,148,130); }

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

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

 span { border-color: rgb(119,148,130); }

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