Html Css Color HEX #759C85 Oxley

📋 copy color: '#759C85'

red 117 ◦ green 156 ◦ blue 133

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

Shades of Oxley #759C85

Tints of Oxley #759C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 28.82%
G = 38.42%
B = 32.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#759C85 (or 0x759C85) is known color: Oxley. HEX triplet: 75, 9C and 85. RGB value is (117,156,133). Sum of RGB (Red+Green+Blue) = 117+156+133=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #759C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C85 is #8A637A. Grayscale: #8D8D8D. Windows color (decimal): -9069435 or 8756341. OLE color: 8756341.

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

Color convert

RGB 117 156 133 -
CMYK 0.25 0 0.15 0.39
HSL 144.62º 0.16% 0.54% -
HSV(B) 144.62º 0.25% 0.61% -
XYZ 23.46 29.25 26.6 -
YUV 141.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 117 156 133 0.25 0 0.15 0.39 144.62 0.16 0.54
Hex 75 9C 85 19 0 F 27 91 10 36
Octal 165 234 205 31 0 17 47 221 20 66
Binary 1110101 10011100 10000101 11001 0 1111 100111 10010001 10000 110110

Color Harmonies of #759C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C85

Black with #759C85

Text Example


Text Example

White with #759C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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