Html Css Color HEX #788A71 Xanadu

📋 copy color: '#788A71'

red 120 ◦ green 138 ◦ blue 113

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

Shades of Xanadu #788A71

Tints of Xanadu #788A71

RGB

 RED value IS 120 (47.27% from 255) = 32.35%

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 32.35%
G = 37.2%
B = 30.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#788A71 (or 0x788A71) is known color: Xanadu. HEX triplet: 78, 8A and 71. RGB value is (120,138,113). Sum of RGB (Red+Green+Blue) = 120+138+113=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #788A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A71 is #87758E. Grayscale: #818181. Windows color (decimal): -8877455 or 7441016. OLE color: 7441016.

HSL color Cylindrical-coordinate representation of color #788A71: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788A71 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 113 -
CMYK 0.13 0 0.18 0.46
HSL 103.2º 0.1% 0.49% -
HSV(B) 103.2º 0.18% 0.54% -
XYZ 19.81 23.36 19.09 -
YUV 129.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 120 138 113 0.13 0 0.18 0.46 103.2 0.1 0.49
Hex 78 8A 71 D 0 12 2E 67 A 31
Octal 170 212 161 15 0 22 56 147 12 61
Binary 1111000 10001010 1110001 1101 0 10010 101110 1100111 1010 110001

Color Harmonies of #788A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A71

Black with #788A71

Text Example


Text Example

White with #788A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788A71; }

 p { color: rgb(120,138,113); }

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

background-color css

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

 a { background-color: rgb(120,138,113); }

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

border-color css

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

 span { border-color: rgb(120,138,113); }

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