Html Css Color HEX #729E82 Oxley

📋 copy color: '#729E82'

red 114 ◦ green 158 ◦ blue 130

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

Shades of Oxley #729E82

Tints of Oxley #729E82

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 28.36%
G = 39.3%
B = 32.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#729E82 (or 0x729E82) is known color: Oxley. HEX triplet: 72, 9E and 82. RGB value is (114,158,130). Sum of RGB (Red+Green+Blue) = 114+158+130=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #729E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729E82 is #8D617D. Grayscale: #8D8D8D. Windows color (decimal): -9265534 or 8560242. OLE color: 8560242.

HSL color Cylindrical-coordinate representation of color #729E82: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729E82 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 158 130 -
CMYK 0.28 0 0.18 0.38
HSL 141.82º 0.18% 0.53% -
HSV(B) 141.82º 0.28% 0.62% -
XYZ 23.2 29.64 25.62 -
YUV 141.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 114 158 130 0.28 0 0.18 0.38 141.82 0.18 0.53
Hex 72 9E 82 1C 0 12 26 8E 12 35
Octal 162 236 202 34 0 22 46 216 22 65
Binary 1110010 10011110 10000010 11100 0 10010 100110 10001110 10010 110101

Color Harmonies of #729E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E82

Black with #729E82

Text Example


Text Example

White with #729E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,158,130); }

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

background-color css

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

 a { background-color: rgb(114,158,130); }

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

border-color css

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

 span { border-color: rgb(114,158,130); }

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