Html Css Color HEX #759B85 Oxley

📋 copy color: '#759B85'

red 117 ◦ green 155 ◦ blue 133

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

Shades of Oxley #759B85

Tints of Oxley #759B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 28.89%
G = 38.27%
B = 32.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#759B85 (or 0x759B85) is known color: Oxley. HEX triplet: 75, 9B and 85. RGB value is (117,155,133). Sum of RGB (Red+Green+Blue) = 117+155+133=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #759B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B85 is #8A647A. Grayscale: #8D8D8D. Windows color (decimal): -9069691 or 8756085. OLE color: 8756085.

HSL color Cylindrical-coordinate representation of color #759B85: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B85 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 133 -
CMYK 0.25 0 0.14 0.39
HSL 145.26º 0.16% 0.53% -
HSV(B) 145.26º 0.25% 0.61% -
XYZ 23.29 28.92 26.54 -
YUV 141.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 117 155 133 0.25 0 0.14 0.39 145.26 0.16 0.53
Hex 75 9B 85 19 0 E 27 91 10 35
Octal 165 233 205 31 0 16 47 221 20 65
Binary 1110101 10011011 10000101 11001 0 1110 100111 10010001 10000 110101

Color Harmonies of #759B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B85

Black with #759B85

Text Example


Text Example

White with #759B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B85; }

 p { color: rgb(117,155,133); }

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

background-color css

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

 a { background-color: rgb(117,155,133); }

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

border-color css

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

 span { border-color: rgb(117,155,133); }

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