Html Css Color HEX #759180 Oxley

📋 copy color: '#759180'

red 117 ◦ green 145 ◦ blue 128

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

Shades of Oxley #759180

Tints of Oxley #759180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 30%
G = 37.18%
B = 32.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#759180 (or 0x759180) is known color: Oxley. HEX triplet: 75, 91 and 80. RGB value is (117,145,128). Sum of RGB (Red+Green+Blue) = 117+145+128=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #759180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759180 is #8A6E7F. Grayscale: #868686. Windows color (decimal): -9072256 or 8425845. OLE color: 8425845.

HSL color Cylindrical-coordinate representation of color #759180: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759180 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 128 -
CMYK 0.19 0 0.12 0.43
HSL 143.57º 0.11% 0.51% -
HSV(B) 143.57º 0.19% 0.57% -
XYZ 21.36 25.59 24.24 -
YUV 134.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 117 145 128 0.19 0 0.12 0.43 143.57 0.11 0.51
Hex 75 91 80 13 0 C 2B 90 B 33
Octal 165 221 200 23 0 14 53 220 13 63
Binary 1110101 10010001 10000000 10011 0 1100 101011 10010000 1011 110011

Color Harmonies of #759180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759180

Black with #759180

Text Example


Text Example

White with #759180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759180; }

 p { color: rgb(117,145,128); }

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

background-color css

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

 a { background-color: rgb(117,145,128); }

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

border-color css

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

 span { border-color: rgb(117,145,128); }

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