Html Css Color HEX #759C7D Oxley

📋 copy color: '#759C7D'

red 117 ◦ green 156 ◦ blue 125

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

Shades of Oxley #759C7D

Tints of Oxley #759C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 29.4%
G = 39.2%
B = 31.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#759C7D (or 0x759C7D) is known color: Oxley. HEX triplet: 75, 9C and 7D. RGB value is (117,156,125). Sum of RGB (Red+Green+Blue) = 117+156+125=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #759C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C7D is #8A6382. Grayscale: #8C8C8C. Windows color (decimal): -9069443 or 8232053. OLE color: 8232053.

HSL color Cylindrical-coordinate representation of color #759C7D: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C7D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 125 -
CMYK 0.25 0 0.20 0.39
HSL 132.31º 0.16% 0.54% -
HSV(B) 132.31º 0.25% 0.61% -
XYZ 22.93 29.04 23.8 -
YUV 140.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 117 156 125 0.25 0 0.20 0.39 132.31 0.16 0.54
Hex 75 9C 7D 19 0 14 27 84 10 36
Octal 165 234 175 31 0 24 47 204 20 66
Binary 1110101 10011100 1111101 11001 0 10100 100111 10000100 10000 110110

Color Harmonies of #759C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C7D

Black with #759C7D

Text Example


Text Example

White with #759C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,125); }

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

background-color css

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

 a { background-color: rgb(117,156,125); }

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

border-color css

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

 span { border-color: rgb(117,156,125); }

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