Html Css Color HEX #759582 Oxley

📋 copy color: '#759582'

red 117 ◦ green 149 ◦ blue 130

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

Shades of Oxley #759582

Tints of Oxley #759582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 29.55%
G = 37.63%
B = 32.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#759582 (or 0x759582) is known color: Oxley. HEX triplet: 75, 95 and 82. RGB value is (117,149,130). Sum of RGB (Red+Green+Blue) = 117+149+130=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #759582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759582 is #8A6A7D. Grayscale: #898989. Windows color (decimal): -9071230 or 8557941. OLE color: 8557941.

HSL color Cylindrical-coordinate representation of color #759582: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759582 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 130 -
CMYK 0.21 0 0.13 0.42
HSL 144.38º 0.13% 0.52% -
HSV(B) 144.38º 0.21% 0.58% -
XYZ 22.11 26.89 25.14 -
YUV 137.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 117 149 130 0.21 0 0.13 0.42 144.38 0.13 0.52
Hex 75 95 82 15 0 D 2A 90 D 34
Octal 165 225 202 25 0 15 52 220 15 64
Binary 1110101 10010101 10000010 10101 0 1101 101010 10010000 1101 110100

Color Harmonies of #759582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759582

Black with #759582

Text Example


Text Example

White with #759582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759582; }

 p { color: rgb(117,149,130); }

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

background-color css

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

 a { background-color: rgb(117,149,130); }

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

border-color css

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

 span { border-color: rgb(117,149,130); }

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