Html Css Color HEX #759B84 Oxley

📋 copy color: '#759B84'

red 117 ◦ green 155 ◦ blue 132

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

Shades of Oxley #759B84

Tints of Oxley #759B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 28.96%
G = 38.37%
B = 32.67%

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

#759B84 (or 0x759B84) is known color: Oxley. HEX triplet: 75, 9B and 84. RGB value is (117,155,132). Sum of RGB (Red+Green+Blue) = 117+155+132=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #759B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B84 is #8A647B. Grayscale: #8D8D8D. Windows color (decimal): -9069692 or 8690549. OLE color: 8690549.

HSL color Cylindrical-coordinate representation of color #759B84: hue angle of 143.68º 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 #759B84 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 132 -
CMYK 0.25 0 0.15 0.39
HSL 143.68º 0.16% 0.53% -
HSV(B) 143.68º 0.25% 0.61% -
XYZ 23.22 28.89 26.18 -
YUV 141.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 117 155 132 0.25 0 0.15 0.39 143.68 0.16 0.53
Hex 75 9B 84 19 0 F 27 90 10 35
Octal 165 233 204 31 0 17 47 220 20 65
Binary 1110101 10011011 10000100 11001 0 1111 100111 10010000 10000 110101

Color Harmonies of #759B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B84

Black with #759B84

Text Example


Text Example

White with #759B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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