#75A47D

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

Shades of Oxley #75A47D

Tints of Oxley #75A47D

Color information

#75A47D (or 0x75A47D) is unknown color: approx Oxley. HEX triplet: 75, A4 and 7D. RGB value is (117,164,125). Sum of RGB (Red+Green+Blue) = 117+164+125=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #75A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A47D is #8A5B82. Grayscale: #919191. Windows color (decimal): -9067395 or 8234101. OLE color: 8234101.

HSL color Cylindrical-coordinate representation of color #75A47D: hue angle of 130.21º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A47D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB117164125-
CMYK0.2900.240.36
HSL130.21º20.52%55.1%-
HSV(B)130.21º28.66%64.31%-
XYZ24.3131.8124.26-
YUV145.5116.43107.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=28.82%
G=40.39%
B=30.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171641250.2900.240.36130.2120.5255.1
Hex75A47D1D01824821537
Octal16524417535030442022567
Binary1110101101001001111101111010110001001001000001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A47D; }

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

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

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

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

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

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

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

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