Html Css Color HEX #729080 Oxley

📋 copy color: '#729080'

red 114 ◦ green 144 ◦ blue 128

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

Shades of Oxley #729080

Tints of Oxley #729080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 29.53%
G = 37.31%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#729080 (or 0x729080) is known color: Oxley. HEX triplet: 72, 90 and 80. RGB value is (114,144,128). Sum of RGB (Red+Green+Blue) = 114+144+128=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #729080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729080 is #8D6F7F. Grayscale: #858585. Windows color (decimal): -9269120 or 8425586. OLE color: 8425586.

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

Color convert

RGB 114 144 128 -
CMYK 0.21 0 0.11 0.44
HSL 148º 0.12% 0.51% -
HSV(B) 148º 0.21% 0.56% -
XYZ 20.81 25.08 24.17 -
YUV 133.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 114 144 128 0.21 0 0.11 0.44 148 0.12 0.51
Hex 72 90 80 15 0 B 2C 94 C 33
Octal 162 220 200 25 0 13 54 224 14 63
Binary 1110010 10010000 10000000 10101 0 1011 101100 10010100 1100 110011

Color Harmonies of #729080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729080

Black with #729080

Text Example


Text Example

White with #729080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729080; }

 p { color: rgb(114,144,128); }

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

background-color css

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

 a { background-color: rgb(114,144,128); }

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

border-color css

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

 span { border-color: rgb(114,144,128); }

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