Html Css Color HEX #759981 Oxley

📋 copy color: '#759981'

red 117 ◦ green 153 ◦ blue 129

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

Shades of Oxley #759981

Tints of Oxley #759981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 29.32%
G = 38.35%
B = 32.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#759981 (or 0x759981) is known color: Oxley. HEX triplet: 75, 99 and 81. RGB value is (117,153,129). Sum of RGB (Red+Green+Blue) = 117+153+129=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #759981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759981 is #8A667E. Grayscale: #8B8B8B. Windows color (decimal): -9070207 or 8493429. OLE color: 8493429.

HSL color Cylindrical-coordinate representation of color #759981: hue angle of 140º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759981 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 129 -
CMYK 0.24 0 0.16 0.4
HSL 140º 0.15% 0.53% -
HSV(B) 140º 0.24% 0.6% -
XYZ 22.69 28.15 25.01 -
YUV 139.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 117 153 129 0.24 0 0.16 0.4 140 0.15 0.53
Hex 75 99 81 18 0 10 28 8C F 35
Octal 165 231 201 30 0 20 50 214 17 65
Binary 1110101 10011001 10000001 11000 0 10000 101000 10001100 1111 110101

Color Harmonies of #759981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759981

Black with #759981

Text Example


Text Example

White with #759981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759981; }

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

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

background-color css

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

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

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

border-color css

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

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

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