Html Css Color HEX #72796E Xanadu

📋 copy color: '#72796E'

red 114 ◦ green 121 ◦ blue 110

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

Shades of Xanadu #72796E

Tints of Xanadu #72796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 33.04%
G = 35.07%
B = 31.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#72796E (or 0x72796E) is known color: Xanadu. HEX triplet: 72, 79 and 6E. RGB value is (114,121,110). Sum of RGB (Red+Green+Blue) = 114+121+110=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #72796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796E is #8D8691. Grayscale: #757575. Windows color (decimal): -9275026 or 7240050. OLE color: 7240050.

HSL color Cylindrical-coordinate representation of color #72796E: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72796E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 110 -
CMYK 0.06 0 0.09 0.53
HSL 98.18º 0.05% 0.45% -
HSV(B) 98.18º 0.09% 0.47% -
XYZ 16.59 18.38 17.42 -
YUV 117.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 114 121 110 0.06 0 0.09 0.53 98.18 0.05 0.45
Hex 72 79 6E 6 0 9 35 62 5 2D
Octal 162 171 156 6 0 11 65 142 5 55
Binary 1110010 1111001 1101110 110 0 1001 110101 1100010 101 101101

Color Harmonies of #72796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72796E

Black with #72796E

Text Example


Text Example

White with #72796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72796E; }

 p { color: rgb(114,121,110); }

 H1.HeaderClassName
 {
   color: #72796E;
 }
 .AnyTagClassName
 {
   color: #72796E;
 }
</style>

background-color css

<style>
 a { background-color: #72796E; }

 a { background-color: rgb(114,121,110); }

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

border-color css

<style>
 span { border-color: #72796E; }

 span { border-color: rgb(114,121,110); }

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