Html Css Color HEX #728F7C Oxley

📋 copy color: '#728F7C'

red 114 ◦ green 143 ◦ blue 124

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

Shades of Oxley #728F7C

Tints of Oxley #728F7C

RGB

 RED value IS 114 (44.92% from 255) = 29.92%

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

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

R = 29.92%
G = 37.53%
B = 32.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#728F7C (or 0x728F7C) is known color: Oxley. HEX triplet: 72, 8F and 7C. RGB value is (114,143,124). Sum of RGB (Red+Green+Blue) = 114+143+124=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #728F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F7C is #8D7083. Grayscale: #848484. Windows color (decimal): -9269380 or 8163186. OLE color: 8163186.

HSL color Cylindrical-coordinate representation of color #728F7C: hue angle of 140.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F7C is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 143 124 -
CMYK 0.20 0 0.13 0.44
HSL 140.69º 0.11% 0.5% -
HSV(B) 140.69º 0.2% 0.56% -
XYZ 20.4 24.68 22.76 -
YUV 132.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 114 143 124 0.20 0 0.13 0.44 140.69 0.11 0.5
Hex 72 8F 7C 14 0 D 2C 8D B 32
Octal 162 217 174 24 0 15 54 215 13 62
Binary 1110010 10001111 1111100 10100 0 1101 101100 10001101 1011 110010

Color Harmonies of #728F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F7C

Black with #728F7C

Text Example


Text Example

White with #728F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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