Html Css Color HEX #759E7E Oxley

📋 copy color: '#759E7E'

red 117 ◦ green 158 ◦ blue 126

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

Shades of Oxley #759E7E

Tints of Oxley #759E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 29.18%
G = 39.4%
B = 31.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#759E7E (or 0x759E7E) is known color: Oxley. HEX triplet: 75, 9E and 7E. RGB value is (117,158,126). Sum of RGB (Red+Green+Blue) = 117+158+126=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #759E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E7E is #8A6181. Grayscale: #8E8E8E. Windows color (decimal): -9068930 or 8298101. OLE color: 8298101.

HSL color Cylindrical-coordinate representation of color #759E7E: hue angle of 133.17º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759E7E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 158 126 -
CMYK 0.26 0 0.20 0.38
HSL 133.17º 0.17% 0.54% -
HSV(B) 133.17º 0.26% 0.62% -
XYZ 23.33 29.74 24.25 -
YUV 142.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 117 158 126 0.26 0 0.20 0.38 133.17 0.17 0.54
Hex 75 9E 7E 1A 0 14 26 85 11 36
Octal 165 236 176 32 0 24 46 205 21 66
Binary 1110101 10011110 1111110 11010 0 10100 100110 10000101 10001 110110

Color Harmonies of #759E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E7E

Black with #759E7E

Text Example


Text Example

White with #759E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,158,126); }

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

background-color css

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

 a { background-color: rgb(117,158,126); }

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

border-color css

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

 span { border-color: rgb(117,158,126); }

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