Html Css Color HEX #759583 Oxley

📋 copy color: '#759583'

red 117 ◦ green 149 ◦ blue 131

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

Shades of Oxley #759583

Tints of Oxley #759583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 29.47%
G = 37.53%
B = 33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#759583 (or 0x759583) is known color: Oxley. HEX triplet: 75, 95 and 83. RGB value is (117,149,131). Sum of RGB (Red+Green+Blue) = 117+149+131=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #759583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759583 is #8A6A7C. Grayscale: #898989. Windows color (decimal): -9071229 or 8623477. OLE color: 8623477.

HSL color Cylindrical-coordinate representation of color #759583: hue angle of 146.25º 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 #759583 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 131 -
CMYK 0.21 0 0.12 0.42
HSL 146.25º 0.13% 0.52% -
HSV(B) 146.25º 0.21% 0.58% -
XYZ 22.18 26.92 25.5 -
YUV 137.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 117 149 131 0.21 0 0.12 0.42 146.25 0.13 0.52
Hex 75 95 83 15 0 C 2A 92 D 34
Octal 165 225 203 25 0 14 52 222 15 64
Binary 1110101 10010101 10000011 10101 0 1100 101010 10010010 1101 110100

Color Harmonies of #759583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759583

Black with #759583

Text Example


Text Example

White with #759583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759583; }

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

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

background-color css

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

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

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

border-color css

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

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

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