Html Css Color HEX #75A47C Oxley

📋 copy color: '#75A47C'

red 117 ◦ green 164 ◦ blue 124

#75A47C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #75A47C

Tints of Oxley #75A47C

RGB

 RED value IS 117 (46.09% from 255) = 28.89%

 GREEN value IS 164 (64.45% from 255) = 40.49%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 28.89%
G = 40.49%
B = 30.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#75A47C (or 0x75A47C) is known color: Oxley. HEX triplet: 75, A4 and 7C. RGB value is (117,164,124). Sum of RGB (Red+Green+Blue) = 117+164+124=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #75A47C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A47C is #8A5B83. Grayscale: #919191. Windows color (decimal): -9067396 or 8168565. OLE color: 8168565.

HSL color Cylindrical-coordinate representation of color #75A47C: hue angle of 128.94º 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 #75A47C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 124 -
CMYK 0.29 0 0.24 0.36
HSL 128.94º 0.21% 0.55% -
HSV(B) 128.94º 0.29% 0.64% -
XYZ 24.25 31.79 23.93 -
YUV 145.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 117 164 124 0.29 0 0.24 0.36 128.94 0.21 0.55
Hex 75 A4 7C 1D 0 18 24 81 15 37
Octal 165 244 174 35 0 30 44 201 25 67
Binary 1110101 10100100 1111100 11101 0 11000 100100 10000001 10101 110111

Color Harmonies of #75A47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A47C

Black with #75A47C

Text Example


Text Example

White with #75A47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75A47C;
 }
 .AnyTagClassName
 {
   color: #75A47C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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