Html Css Color HEX #788A6F Xanadu

📋 copy color: '#788A6F'

red 120 ◦ green 138 ◦ blue 111

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

Shades of Xanadu #788A6F

Tints of Xanadu #788A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 32.52%
G = 37.4%
B = 30.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#788A6F (or 0x788A6F) is known color: Xanadu. HEX triplet: 78, 8A and 6F. RGB value is (120,138,111). Sum of RGB (Red+Green+Blue) = 120+138+111=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #788A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A6F is #877590. Grayscale: #818181. Windows color (decimal): -8877457 or 7309944. OLE color: 7309944.

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

Color convert

RGB 120 138 111 -
CMYK 0.13 0 0.20 0.46
HSL 100º 0.11% 0.49% -
HSV(B) 100º 0.2% 0.54% -
XYZ 19.7 23.32 18.5 -
YUV 129.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 120 138 111 0.13 0 0.20 0.46 100 0.11 0.49
Hex 78 8A 6F D 0 14 2E 64 B 31
Octal 170 212 157 15 0 24 56 144 13 61
Binary 1111000 10001010 1101111 1101 0 10100 101110 1100100 1011 110001

Color Harmonies of #788A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A6F

Black with #788A6F

Text Example


Text Example

White with #788A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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