Html Css Color HEX #728B6A Xanadu

📋 copy color: '#728B6A'

red 114 ◦ green 139 ◦ blue 106

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

Shades of Xanadu #728B6A

Tints of Xanadu #728B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 31.75%
G = 38.72%
B = 29.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#728B6A (or 0x728B6A) is known color: Xanadu. HEX triplet: 72, 8B and 6A. RGB value is (114,139,106). Sum of RGB (Red+Green+Blue) = 114+139+106=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #728B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B6A is #8D7495. Grayscale: #7F7F7F. Windows color (decimal): -9270422 or 6982514. OLE color: 6982514.

HSL color Cylindrical-coordinate representation of color #728B6A: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728B6A is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 106 -
CMYK 0.18 0 0.24 0.45
HSL 105.45º 0.13% 0.48% -
HSV(B) 105.45º 0.24% 0.55% -
XYZ 18.77 23.08 17.1 -
YUV 127.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 114 139 106 0.18 0 0.24 0.45 105.45 0.13 0.48
Hex 72 8B 6A 12 0 18 2D 69 D 30
Octal 162 213 152 22 0 30 55 151 15 60
Binary 1110010 10001011 1101010 10010 0 11000 101101 1101001 1101 110000

Color Harmonies of #728B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B6A

Black with #728B6A

Text Example


Text Example

White with #728B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728B6A; }

 p { color: rgb(114,139,106); }

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

background-color css

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

 a { background-color: rgb(114,139,106); }

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

border-color css

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

 span { border-color: rgb(114,139,106); }

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