Html Css Color HEX #759781 Oxley

📋 copy color: '#759781'

red 117 ◦ green 151 ◦ blue 129

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

Shades of Oxley #759781

Tints of Oxley #759781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 29.47%
G = 38.04%
B = 32.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#759781 (or 0x759781) is known color: Oxley. HEX triplet: 75, 97 and 81. RGB value is (117,151,129). Sum of RGB (Red+Green+Blue) = 117+151+129=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #759781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759781 is #8A687E. Grayscale: #8A8A8A. Windows color (decimal): -9070719 or 8492917. OLE color: 8492917.

HSL color Cylindrical-coordinate representation of color #759781: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759781 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 129 -
CMYK 0.23 0 0.15 0.41
HSL 141.18º 0.14% 0.53% -
HSV(B) 141.18º 0.23% 0.59% -
XYZ 22.37 27.5 24.9 -
YUV 138.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 117 151 129 0.23 0 0.15 0.41 141.18 0.14 0.53
Hex 75 97 81 17 0 F 29 8D E 35
Octal 165 227 201 27 0 17 51 215 16 65
Binary 1110101 10010111 10000001 10111 0 1111 101001 10001101 1110 110101

Color Harmonies of #759781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759781

Black with #759781

Text Example


Text Example

White with #759781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759781; }

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

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

background-color css

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

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

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

border-color css

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

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

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