Html Css Color HEX #75917D Oxley

📋 copy color: '#75917D'

red 117 ◦ green 145 ◦ blue 125

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

Shades of Oxley #75917D

Tints of Oxley #75917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 30.23%
G = 37.47%
B = 32.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#75917D (or 0x75917D) is known color: Oxley. HEX triplet: 75, 91 and 7D. RGB value is (117,145,125). Sum of RGB (Red+Green+Blue) = 117+145+125=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #75917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75917D is #8A6E82. Grayscale: #868686. Windows color (decimal): -9072259 or 8229237. OLE color: 8229237.

HSL color Cylindrical-coordinate representation of color #75917D: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75917D is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 125 -
CMYK 0.19 0 0.14 0.43
HSL 137.14º 0.11% 0.51% -
HSV(B) 137.14º 0.19% 0.57% -
XYZ 21.16 25.51 23.21 -
YUV 134.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 117 145 125 0.19 0 0.14 0.43 137.14 0.11 0.51
Hex 75 91 7D 13 0 E 2B 89 B 33
Octal 165 221 175 23 0 16 53 211 13 63
Binary 1110101 10010001 1111101 10011 0 1110 101011 10001001 1011 110011

Color Harmonies of #75917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75917D

Black with #75917D

Text Example


Text Example

White with #75917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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