Html Css Color HEX #728A6A Xanadu

📋 copy color: '#728A6A'

red 114 ◦ green 138 ◦ blue 106

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

Shades of Xanadu #728A6A

Tints of Xanadu #728A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 31.84%
G = 38.55%
B = 29.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#728A6A (or 0x728A6A) is known color: Xanadu. HEX triplet: 72, 8A and 6A. RGB value is (114,138,106). Sum of RGB (Red+Green+Blue) = 114+138+106=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #728A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A6A is #8D7595. Grayscale: #7F7F7F. Windows color (decimal): -9270678 or 6982258. OLE color: 6982258.

HSL color Cylindrical-coordinate representation of color #728A6A: hue angle of 105º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728A6A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 106 -
CMYK 0.17 0 0.23 0.46
HSL 105º 0.13% 0.48% -
HSV(B) 105º 0.23% 0.54% -
XYZ 18.63 22.79 17.05 -
YUV 127.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 114 138 106 0.17 0 0.23 0.46 105 0.13 0.48
Hex 72 8A 6A 11 0 17 2E 69 D 30
Octal 162 212 152 21 0 27 56 151 15 60
Binary 1110010 10001010 1101010 10001 0 10111 101110 1101001 1101 110000

Color Harmonies of #728A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A6A

Black with #728A6A

Text Example


Text Example

White with #728A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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