Html Css Color HEX #75927E Oxley

📋 copy color: '#75927E'

red 117 ◦ green 146 ◦ blue 126

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

Shades of Oxley #75927E

Tints of Oxley #75927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 30.08%
G = 37.53%
B = 32.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#75927E (or 0x75927E) is known color: Oxley. HEX triplet: 75, 92 and 7E. RGB value is (117,146,126). Sum of RGB (Red+Green+Blue) = 117+146+126=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #75927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927E is #8A6D81. Grayscale: #878787. Windows color (decimal): -9072002 or 8295029. OLE color: 8295029.

HSL color Cylindrical-coordinate representation of color #75927E: hue angle of 138.62º 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 #75927E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 126 -
CMYK 0.20 0 0.14 0.43
HSL 138.62º 0.12% 0.52% -
HSV(B) 138.62º 0.2% 0.57% -
XYZ 21.38 25.85 23.6 -
YUV 135.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 117 146 126 0.20 0 0.14 0.43 138.62 0.12 0.52
Hex 75 92 7E 14 0 E 2B 8B C 34
Octal 165 222 176 24 0 16 53 213 14 64
Binary 1110101 10010010 1111110 10100 0 1110 101011 10001011 1100 110100

Color Harmonies of #75927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75927E

Black with #75927E

Text Example


Text Example

White with #75927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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