#77937F

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

Shades of Oxley #77937F

Tints of Oxley #77937F

Color information

#77937F (or 0x77937F) is unknown color: approx Oxley. HEX triplet: 77, 93 and 7F. RGB value is (119,147,127). Sum of RGB (Red+Green+Blue) = 119+147+127=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #77937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77937F is #886C80. Grayscale: #888888. Windows color (decimal): -8940673 or 8360823. OLE color: 8360823.

HSL color Cylindrical-coordinate representation of color #77937F: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77937F is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB119147127-
CMYK0.1900.140.42
HSL137.14º11.48%52.16%-
HSV(B)137.14º19.05%57.65%-
XYZ21.8726.3224.01-
YUV136.35122.72115.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 127 (50% from 255) = 32.32%
R=30.28%
G=37.40%
B=32.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471270.1900.140.42137.1411.4852.16
Hex77937F130E2A89b34
Octal16722317723016522111364
Binary11101111001001111111111001101110101010100010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77937F; }

 p { color: rgb(119,147,127); }

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

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

 a { background-color: rgb(119,147,127); }

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

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

 span { border-color: rgb(119,147,127); }

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