Html Css Color HEX #798174 Xanadu

📋 copy color: '#798174'

red 121 ◦ green 129 ◦ blue 116

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

Shades of Xanadu #798174

Tints of Xanadu #798174

RGB

 RED value IS 121 (47.66% from 255) = 33.06%

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 33.06%
G = 35.25%
B = 31.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#798174 (or 0x798174) is known color: Xanadu. HEX triplet: 79, 81 and 74. RGB value is (121,129,116). Sum of RGB (Red+Green+Blue) = 121+129+116=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #798174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798174 is #867E8B. Grayscale: #7D7D7D. Windows color (decimal): -8814220 or 7635321. OLE color: 7635321.

HSL color Cylindrical-coordinate representation of color #798174: hue angle of 96.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798174 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 129 116 -
CMYK 0.06 0 0.10 0.49
HSL 96.92º 0.05% 0.48% -
HSV(B) 96.92º 0.1% 0.51% -
XYZ 18.89 21.03 19.59 -
YUV 125.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 121 129 116 0.06 0 0.10 0.49 96.92 0.05 0.48
Hex 79 81 74 6 0 A 31 61 5 30
Octal 171 201 164 6 0 12 61 141 5 60
Binary 1111001 10000001 1110100 110 0 1010 110001 1100001 101 110000

Color Harmonies of #798174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798174

Black with #798174

Text Example


Text Example

White with #798174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798174; }

 p { color: rgb(121,129,116); }

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

background-color css

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

 a { background-color: rgb(121,129,116); }

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

border-color css

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

 span { border-color: rgb(121,129,116); }

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