Html Css Color HEX #759A79 Oxley

📋 copy color: '#759A79'

red 117 ◦ green 154 ◦ blue 121

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

Shades of Oxley #759A79

Tints of Oxley #759A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 29.85%
G = 39.29%
B = 30.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#759A79 (or 0x759A79) is known color: Oxley. HEX triplet: 75, 9A and 79. RGB value is (117,154,121). Sum of RGB (Red+Green+Blue) = 117+154+121=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #759A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A79 is #8A6586. Grayscale: #8B8B8B. Windows color (decimal): -9069959 or 7969397. OLE color: 7969397.

HSL color Cylindrical-coordinate representation of color #759A79: hue angle of 126.49º 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 #759A79 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 121 -
CMYK 0.24 0 0.21 0.40
HSL 126.49º 0.15% 0.53% -
HSV(B) 126.49º 0.24% 0.6% -
XYZ 22.34 28.27 22.37 -
YUV 139.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 117 154 121 0.24 0 0.21 0.40 126.49 0.15 0.53
Hex 75 9A 79 18 0 15 28 7E F 35
Octal 165 232 171 30 0 25 50 176 17 65
Binary 1110101 10011010 1111001 11000 0 10101 101000 1111110 1111 110101

Color Harmonies of #759A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A79

Black with #759A79

Text Example


Text Example

White with #759A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,121); }

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

background-color css

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

 a { background-color: rgb(117,154,121); }

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

border-color css

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

 span { border-color: rgb(117,154,121); }

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