Html Css Color HEX #759280 Oxley

📋 copy color: '#759280'

red 117 ◦ green 146 ◦ blue 128

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

Shades of Oxley #759280

Tints of Oxley #759280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

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

R = 29.92%
G = 37.34%
B = 32.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#759280 (or 0x759280) is known color: Oxley. HEX triplet: 75, 92 and 80. RGB value is (117,146,128). Sum of RGB (Red+Green+Blue) = 117+146+128=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #759280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759280 is #8A6D7F. Grayscale: #878787. Windows color (decimal): -9072000 or 8426101. OLE color: 8426101.

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

Color convert

RGB 117 146 128 -
CMYK 0.20 0 0.12 0.43
HSL 142.76º 0.12% 0.52% -
HSV(B) 142.76º 0.2% 0.57% -
XYZ 21.51 25.9 24.29 -
YUV 135.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 117 146 128 0.20 0 0.12 0.43 142.76 0.12 0.52
Hex 75 92 80 14 0 C 2B 8F C 34
Octal 165 222 200 24 0 14 53 217 14 64
Binary 1110101 10010010 10000000 10100 0 1100 101011 10001111 1100 110100

Color Harmonies of #759280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759280

Black with #759280

Text Example


Text Example

White with #759280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759280; }

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

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

background-color css

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

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

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

border-color css

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

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

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