Html Css Color HEX #758E7F Oxley

📋 copy color: '#758E7F'

red 117 ◦ green 142 ◦ blue 127

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

Shades of Oxley #758E7F

Tints of Oxley #758E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

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

R = 30.31%
G = 36.79%
B = 32.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#758E7F (or 0x758E7F) is known color: Oxley. HEX triplet: 75, 8E and 7F. RGB value is (117,142,127). Sum of RGB (Red+Green+Blue) = 117+142+127=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #758E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E7F is #8A7180. Grayscale: #848484. Windows color (decimal): -9073025 or 8359541. OLE color: 8359541.

HSL color Cylindrical-coordinate representation of color #758E7F: hue angle of 144º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E7F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 127 -
CMYK 0.18 0 0.11 0.44
HSL 144º 0.1% 0.51% -
HSV(B) 144º 0.18% 0.56% -
XYZ 20.84 24.66 23.74 -
YUV 132.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 117 142 127 0.18 0 0.11 0.44 144 0.1 0.51
Hex 75 8E 7F 12 0 B 2C 90 A 33
Octal 165 216 177 22 0 13 54 220 12 63
Binary 1110101 10001110 1111111 10010 0 1011 101100 10010000 1010 110011

Color Harmonies of #758E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E7F

Black with #758E7F

Text Example


Text Example

White with #758E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758E7F; }

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

 H1.HeaderClassName
 {
   color: #758E7F;
 }
 .AnyTagClassName
 {
   color: #758E7F;
 }
</style>

background-color css

<style>
 a { background-color: #758E7F; }

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

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

border-color css

<style>
 span { border-color: #758E7F; }

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

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