Html Css Color HEX #75927C Oxley

📋 copy color: '#75927C'

red 117 ◦ green 146 ◦ blue 124

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

Shades of Oxley #75927C

Tints of Oxley #75927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 30.23%
G = 37.73%
B = 32.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#75927C (or 0x75927C) is known color: Oxley. HEX triplet: 75, 92 and 7C. RGB value is (117,146,124). Sum of RGB (Red+Green+Blue) = 117+146+124=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #75927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927C is #8A6D83. Grayscale: #868686. Windows color (decimal): -9072004 or 8163957. OLE color: 8163957.

HSL color Cylindrical-coordinate representation of color #75927C: hue angle of 134.48º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75927C is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 124 -
CMYK 0.20 0 0.15 0.43
HSL 134.48º 0.12% 0.52% -
HSV(B) 134.48º 0.2% 0.57% -
XYZ 21.25 25.79 22.93 -
YUV 134.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 117 146 124 0.20 0 0.15 0.43 134.48 0.12 0.52
Hex 75 92 7C 14 0 F 2B 86 C 34
Octal 165 222 174 24 0 17 53 206 14 64
Binary 1110101 10010010 1111100 10100 0 1111 101011 10000110 1100 110100

Color Harmonies of #75927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75927C

Black with #75927C

Text Example


Text Example

White with #75927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75927C; }

 p { color: rgb(117,146,124); }

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

background-color css

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

 a { background-color: rgb(117,146,124); }

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

border-color css

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

 span { border-color: rgb(117,146,124); }

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