#77907F

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

Shades of Oxley #77907F

Tints of Oxley #77907F

Color information

#77907F (or 0x77907F) is unknown color: approx Oxley. HEX triplet: 77, 90 and 7F. RGB value is (119,144,127). Sum of RGB (Red+Green+Blue) = 119+144+127=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #77907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907F is #886F80. Grayscale: #868686. Windows color (decimal): -8941441 or 8360055. OLE color: 8360055.

HSL color Cylindrical-coordinate representation of color #77907F: hue angle of 139.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77907F is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB119144127-
CMYK0.1700.120.44
HSL139.2º10.12%51.57%-
HSV(B)139.2º17.36%56.47%-
XYZ21.4125.423.85-
YUV134.59123.72116.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 32.56%
R=30.51%
G=36.92%
B=32.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441270.1700.120.44139.210.1251.57
Hex77907F110C2C8ba34
Octal16722017721014542131264
Binary11101111001000011111111000101100101100100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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