Html Css Color HEX #758F7C Oxley

📋 copy color: '#758F7C'

red 117 ◦ green 143 ◦ blue 124

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

Shades of Oxley #758F7C

Tints of Oxley #758F7C

RGB

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

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

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

R = 30.47%
G = 37.24%
B = 32.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#758F7C (or 0x758F7C) is known color: Oxley. HEX triplet: 75, 8F and 7C. RGB value is (117,143,124). Sum of RGB (Red+Green+Blue) = 117+143+124=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #758F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F7C is #8A7083. Grayscale: #858585. Windows color (decimal): -9072772 or 8163189. OLE color: 8163189.

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

Color convert

RGB 117 143 124 -
CMYK 0.18 0 0.13 0.44
HSL 136.15º 0.1% 0.51% -
HSV(B) 136.15º 0.18% 0.56% -
XYZ 20.8 24.88 22.78 -
YUV 133.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 117 143 124 0.18 0 0.13 0.44 136.15 0.1 0.51
Hex 75 8F 7C 12 0 D 2C 88 A 33
Octal 165 217 174 22 0 15 54 210 12 63
Binary 1110101 10001111 1111100 10010 0 1101 101100 10001000 1010 110011

Color Harmonies of #758F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F7C

Black with #758F7C

Text Example


Text Example

White with #758F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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