Html Css Color HEX #729C80 Oxley

📋 copy color: '#729C80'

red 114 ◦ green 156 ◦ blue 128

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

Shades of Oxley #729C80

Tints of Oxley #729C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

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

R = 28.64%
G = 39.2%
B = 32.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#729C80 (or 0x729C80) is known color: Oxley. HEX triplet: 72, 9C and 80. RGB value is (114,156,128). Sum of RGB (Red+Green+Blue) = 114+156+128=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #729C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C80 is #8D637F. Grayscale: #8C8C8C. Windows color (decimal): -9266048 or 8428658. OLE color: 8428658.

HSL color Cylindrical-coordinate representation of color #729C80: hue angle of 140º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C80 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 156 128 -
CMYK 0.27 0 0.18 0.39
HSL 140º 0.18% 0.53% -
HSV(B) 140º 0.27% 0.61% -
XYZ 22.72 28.91 24.81 -
YUV 140.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 114 156 128 0.27 0 0.18 0.39 140 0.18 0.53
Hex 72 9C 80 1B 0 12 27 8C 12 35
Octal 162 234 200 33 0 22 47 214 22 65
Binary 1110010 10011100 10000000 11011 0 10010 100111 10001100 10010 110101

Color Harmonies of #729C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729C80

Black with #729C80

Text Example


Text Example

White with #729C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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