Html Css Color HEX #759B7D Oxley

📋 copy color: '#759B7D'

red 117 ◦ green 155 ◦ blue 125

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

Shades of Oxley #759B7D

Tints of Oxley #759B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 29.47%
G = 39.04%
B = 31.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#759B7D (or 0x759B7D) is known color: Oxley. HEX triplet: 75, 9B and 7D. RGB value is (117,155,125). Sum of RGB (Red+Green+Blue) = 117+155+125=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #759B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B7D is #8A6482. Grayscale: #8C8C8C. Windows color (decimal): -9069699 or 8231797. OLE color: 8231797.

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

Color convert

RGB 117 155 125 -
CMYK 0.25 0 0.19 0.39
HSL 132.63º 0.16% 0.53% -
HSV(B) 132.63º 0.25% 0.61% -
XYZ 22.76 28.71 23.74 -
YUV 140.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 117 155 125 0.25 0 0.19 0.39 132.63 0.16 0.53
Hex 75 9B 7D 19 0 13 27 85 10 35
Octal 165 233 175 31 0 23 47 205 20 65
Binary 1110101 10011011 1111101 11001 0 10011 100111 10000101 10000 110101

Color Harmonies of #759B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B7D

Black with #759B7D

Text Example


Text Example

White with #759B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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