Html Css Color HEX #759779 Oxley

📋 copy color: '#759779'

red 117 ◦ green 151 ◦ blue 121

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

Shades of Oxley #759779

Tints of Oxley #759779

RGB

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

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

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

R = 30.08%
G = 38.82%
B = 31.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#759779 (or 0x759779) is known color: Oxley. HEX triplet: 75, 97 and 79. RGB value is (117,151,121). Sum of RGB (Red+Green+Blue) = 117+151+121=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #759779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759779 is #8A6886. Grayscale: #898989. Windows color (decimal): -9070727 or 7968629. OLE color: 7968629.

HSL color Cylindrical-coordinate representation of color #759779: hue angle of 127.06º 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 #759779 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 121 -
CMYK 0.23 0 0.20 0.41
HSL 127.06º 0.14% 0.53% -
HSV(B) 127.06º 0.23% 0.59% -
XYZ 21.85 27.3 22.21 -
YUV 137.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 117 151 121 0.23 0 0.20 0.41 127.06 0.14 0.53
Hex 75 97 79 17 0 14 29 7F E 35
Octal 165 227 171 27 0 24 51 177 16 65
Binary 1110101 10010111 1111001 10111 0 10100 101001 1111111 1110 110101

Color Harmonies of #759779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759779

Black with #759779

Text Example


Text Example

White with #759779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759779; }

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

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

background-color css

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

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

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

border-color css

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

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

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