Html Css Color HEX #729280 Oxley

📋 copy color: '#729280'

red 114 ◦ green 146 ◦ blue 128

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

Shades of Oxley #729280

Tints of Oxley #729280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 29.38%
G = 37.63%
B = 32.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#729280 (or 0x729280) is known color: Oxley. HEX triplet: 72, 92 and 80. RGB value is (114,146,128). Sum of RGB (Red+Green+Blue) = 114+146+128=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #729280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729280 is #8D6D7F. Grayscale: #868686. Windows color (decimal): -9268608 or 8426098. OLE color: 8426098.

HSL color Cylindrical-coordinate representation of color #729280: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729280 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 128 -
CMYK 0.22 0 0.12 0.43
HSL 146.25º 0.13% 0.51% -
HSV(B) 146.25º 0.22% 0.57% -
XYZ 21.11 25.69 24.27 -
YUV 134.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 114 146 128 0.22 0 0.12 0.43 146.25 0.13 0.51
Hex 72 92 80 16 0 C 2B 92 D 33
Octal 162 222 200 26 0 14 53 222 15 63
Binary 1110010 10010010 10000000 10110 0 1100 101011 10010010 1101 110011

Color Harmonies of #729280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729280

Black with #729280

Text Example


Text Example

White with #729280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729280; }

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

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

background-color css

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

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

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

border-color css

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

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

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