Html Css Color HEX #759081 Oxley

📋 copy color: '#759081'

red 117 ◦ green 144 ◦ blue 129

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

Shades of Oxley #759081

Tints of Oxley #759081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 30%
G = 36.92%
B = 33.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#759081 (or 0x759081) is known color: Oxley. HEX triplet: 75, 90 and 81. RGB value is (117,144,129). Sum of RGB (Red+Green+Blue) = 117+144+129=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #759081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759081 is #8A6F7E. Grayscale: #868686. Windows color (decimal): -9072511 or 8491125. OLE color: 8491125.

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

Color convert

RGB 117 144 129 -
CMYK 0.19 0 0.10 0.44
HSL 146.67º 0.11% 0.51% -
HSV(B) 146.67º 0.19% 0.56% -
XYZ 21.27 25.31 24.53 -
YUV 134.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 117 144 129 0.19 0 0.10 0.44 146.67 0.11 0.51
Hex 75 90 81 13 0 A 2C 93 B 33
Octal 165 220 201 23 0 12 54 223 13 63
Binary 1110101 10010000 10000001 10011 0 1010 101100 10010011 1011 110011

Color Harmonies of #759081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759081

Black with #759081

Text Example


Text Example

White with #759081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759081; }

 p { color: rgb(117,144,129); }

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

background-color css

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

 a { background-color: rgb(117,144,129); }

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

border-color css

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

 span { border-color: rgb(117,144,129); }

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