#758F7D

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

Shades of Oxley #758F7D

Tints of Oxley #758F7D

Color information

#758F7D (or 0x758F7D) is unknown color: approx Oxley. HEX triplet: 75, 8F and 7D. RGB value is (117,143,125). Sum of RGB (Red+Green+Blue) = 117+143+125=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #758F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F7D is #8A7082. Grayscale: #858585. Windows color (decimal): -9072771 or 8228725. OLE color: 8228725.

HSL color Cylindrical-coordinate representation of color #758F7D: hue angle of 138.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F7D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB117143125-
CMYK0.1800.130.44
HSL138.46º10.4%50.98%-
HSV(B)138.46º18.18%56.08%-
XYZ20.8624.9123.11-
YUV133.17123.39116.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=30.39%
G=37.14%
B=32.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431250.1800.130.44138.4610.450.98
Hex758F7D120D2C8aa33
Octal16521717522015542121263
Binary11101011000111111111011001001101101100100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F7D; }

 p { color: rgb(117,143,125); }

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

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

 a { background-color: rgb(117,143,125); }

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

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

 span { border-color: rgb(117,143,125); }

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