Html Css Color HEX #758F80 Oxley

📋 copy color: '#758F80'

red 117 ◦ green 143 ◦ blue 128

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

Shades of Oxley #758F80

Tints of Oxley #758F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 30.15%
G = 36.86%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#758F80 (or 0x758F80) is known color: Oxley. HEX triplet: 75, 8F and 80. RGB value is (117,143,128). Sum of RGB (Red+Green+Blue) = 117+143+128=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #758F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F80 is #8A707F. Grayscale: #858585. Windows color (decimal): -9072768 or 8425333. OLE color: 8425333.

HSL color Cylindrical-coordinate representation of color #758F80: hue angle of 145.38º 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 #758F80 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 128 -
CMYK 0.18 0 0.10 0.44
HSL 145.38º 0.1% 0.51% -
HSV(B) 145.38º 0.18% 0.56% -
XYZ 21.05 24.99 24.14 -
YUV 133.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 117 143 128 0.18 0 0.10 0.44 145.38 0.1 0.51
Hex 75 8F 80 12 0 A 2C 91 A 33
Octal 165 217 200 22 0 12 54 221 12 63
Binary 1110101 10001111 10000000 10010 0 1010 101100 10010001 1010 110011

Color Harmonies of #758F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F80

Black with #758F80

Text Example


Text Example

White with #758F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,128); }

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

background-color css

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

 a { background-color: rgb(117,143,128); }

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

border-color css

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

 span { border-color: rgb(117,143,128); }

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