Html Css Color HEX #729A82 Oxley

📋 copy color: '#729A82'

red 114 ◦ green 154 ◦ blue 130

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

Shades of Oxley #729A82

Tints of Oxley #729A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 28.64%
G = 38.69%
B = 32.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#729A82 (or 0x729A82) is known color: Oxley. HEX triplet: 72, 9A and 82. RGB value is (114,154,130). Sum of RGB (Red+Green+Blue) = 114+154+130=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #729A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A82 is #8D657D. Grayscale: #8B8B8B. Windows color (decimal): -9266558 or 8559218. OLE color: 8559218.

HSL color Cylindrical-coordinate representation of color #729A82: hue angle of 144º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A82 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 130 -
CMYK 0.26 0 0.16 0.40
HSL 144º 0.17% 0.53% -
HSV(B) 144º 0.26% 0.6% -
XYZ 22.52 28.3 25.39 -
YUV 139.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 114 154 130 0.26 0 0.16 0.40 144 0.17 0.53
Hex 72 9A 82 1A 0 10 28 90 11 35
Octal 162 232 202 32 0 20 50 220 21 65
Binary 1110010 10011010 10000010 11010 0 10000 101000 10010000 10001 110101

Color Harmonies of #729A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A82

Black with #729A82

Text Example


Text Example

White with #729A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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