Html Css Color HEX #75927F Oxley

📋 copy color: '#75927F'

red 117 ◦ green 146 ◦ blue 127

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

Shades of Oxley #75927F

Tints of Oxley #75927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 30%
G = 37.44%
B = 32.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#75927F (or 0x75927F) is known color: Oxley. HEX triplet: 75, 92 and 7F. RGB value is (117,146,127). Sum of RGB (Red+Green+Blue) = 117+146+127=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #75927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927F is #8A6D80. Grayscale: #878787. Windows color (decimal): -9072001 or 8360565. OLE color: 8360565.

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

Color convert

RGB 117 146 127 -
CMYK 0.20 0 0.13 0.43
HSL 140.69º 0.12% 0.52% -
HSV(B) 140.69º 0.2% 0.57% -
XYZ 21.45 25.87 23.94 -
YUV 135.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 117 146 127 0.20 0 0.13 0.43 140.69 0.12 0.52
Hex 75 92 7F 14 0 D 2B 8D C 34
Octal 165 222 177 24 0 15 53 215 14 64
Binary 1110101 10010010 1111111 10100 0 1101 101011 10001101 1100 110100

Color Harmonies of #75927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75927F

Black with #75927F

Text Example


Text Example

White with #75927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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