Html Css Color HEX #759C81 Oxley

📋 copy color: '#759C81'

red 117 ◦ green 156 ◦ blue 129

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

Shades of Oxley #759C81

Tints of Oxley #759C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 29.1%
G = 38.81%
B = 32.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#759C81 (or 0x759C81) is known color: Oxley. HEX triplet: 75, 9C and 81. RGB value is (117,156,129). Sum of RGB (Red+Green+Blue) = 117+156+129=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #759C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C81 is #8A637E. Grayscale: #8D8D8D. Windows color (decimal): -9069439 or 8494197. OLE color: 8494197.

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

Color convert

RGB 117 156 129 -
CMYK 0.25 0 0.17 0.39
HSL 138.46º 0.16% 0.54% -
HSV(B) 138.46º 0.25% 0.61% -
XYZ 23.19 29.14 25.17 -
YUV 141.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 117 156 129 0.25 0 0.17 0.39 138.46 0.16 0.54
Hex 75 9C 81 19 0 11 27 8A 10 36
Octal 165 234 201 31 0 21 47 212 20 66
Binary 1110101 10011100 10000001 11001 0 10001 100111 10001010 10000 110110

Color Harmonies of #759C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C81

Black with #759C81

Text Example


Text Example

White with #759C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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