Html Css Color HEX #729B82 Oxley

📋 copy color: '#729B82'

red 114 ◦ green 155 ◦ blue 130

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

Shades of Oxley #729B82

Tints of Oxley #729B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 28.57%
G = 38.85%
B = 32.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#729B82 (or 0x729B82) is known color: Oxley. HEX triplet: 72, 9B and 82. RGB value is (114,155,130). Sum of RGB (Red+Green+Blue) = 114+155+130=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #729B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B82 is #8D647D. Grayscale: #8B8B8B. Windows color (decimal): -9266302 or 8559474. OLE color: 8559474.

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

Color convert

RGB 114 155 130 -
CMYK 0.26 0 0.16 0.39
HSL 143.41º 0.17% 0.53% -
HSV(B) 143.41º 0.26% 0.61% -
XYZ 22.69 28.63 25.45 -
YUV 139.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 114 155 130 0.26 0 0.16 0.39 143.41 0.17 0.53
Hex 72 9B 82 1A 0 10 27 8F 11 35
Octal 162 233 202 32 0 20 47 217 21 65
Binary 1110010 10011011 10000010 11010 0 10000 100111 10001111 10001 110101

Color Harmonies of #729B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729B82

Black with #729B82

Text Example


Text Example

White with #729B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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