Html Css Color HEX #75A47D Oxley

📋 copy color: '#75A47D'

red 117 ◦ green 164 ◦ blue 125

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

Shades of Oxley #75A47D

Tints of Oxley #75A47D

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 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

#75A47D (or 0x75A47D) is known color: 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

RGB 117 164 125 -
CMYK 0.29 0 0.24 0.36
HSL 130.21º 0.21% 0.55% -
HSV(B) 130.21º 0.29% 0.64% -
XYZ 24.31 31.81 24.26 -
YUV 145.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 117 164 125 0.29 0 0.24 0.36 130.21 0.21 0.55
Hex 75 A4 7D 1D 0 18 24 82 15 37
Octal 165 244 175 35 0 30 44 202 25 67
Binary 1110101 10100100 1111101 11101 0 11000 100100 10000010 10101 110111

Color Harmonies of #75A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A47D

Black with #75A47D

Text Example


Text Example

White with #75A47D

Text Example


Text Example

HTML Codes & Css Web 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>