Html Css Color HEX #728F6A Xanadu

📋 copy color: '#728F6A'

red 114 ◦ green 143 ◦ blue 106

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

Shades of Xanadu #728F6A

Tints of Xanadu #728F6A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

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

R = 31.4%
G = 39.39%
B = 29.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#728F6A (or 0x728F6A) is known color: Xanadu. HEX triplet: 72, 8F and 6A. RGB value is (114,143,106). Sum of RGB (Red+Green+Blue) = 114+143+106=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #728F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F6A is #8D7095. Grayscale: #828282. Windows color (decimal): -9269398 or 6983538. OLE color: 6983538.

HSL color Cylindrical-coordinate representation of color #728F6A: hue angle of 107.03º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728F6A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 143 106 -
CMYK 0.20 0 0.26 0.44
HSL 107.03º 0.15% 0.49% -
HSV(B) 107.03º 0.26% 0.56% -
XYZ 19.36 24.26 17.3 -
YUV 130.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 114 143 106 0.20 0 0.26 0.44 107.03 0.15 0.49
Hex 72 8F 6A 14 0 1A 2C 6B F 31
Octal 162 217 152 24 0 32 54 153 17 61
Binary 1110010 10001111 1101010 10100 0 11010 101100 1101011 1111 110001

Color Harmonies of #728F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F6A

Black with #728F6A

Text Example


Text Example

White with #728F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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