Html Css Color HEX #778072 Xanadu

📋 copy color: '#778072'

red 119 ◦ green 128 ◦ blue 114

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

Shades of Xanadu #778072

Tints of Xanadu #778072

RGB

 RED value IS 119 (46.88% from 255) = 32.96%

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 32.96%
G = 35.46%
B = 31.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#778072 (or 0x778072) is known color: Xanadu. HEX triplet: 77, 80 and 72. RGB value is (119,128,114). Sum of RGB (Red+Green+Blue) = 119+128+114=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #778072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778072 is #887F8D. Grayscale: #7B7B7B. Windows color (decimal): -8945550 or 7503991. OLE color: 7503991.

HSL color Cylindrical-coordinate representation of color #778072: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778072 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 114 -
CMYK 0.07 0 0.11 0.50
HSL 98.57º 0.06% 0.47% -
HSV(B) 98.57º 0.11% 0.5% -
XYZ 18.36 20.58 18.92 -
YUV 123.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 119 128 114 0.07 0 0.11 0.50 98.57 0.06 0.47
Hex 77 80 72 7 0 B 32 63 6 2F
Octal 167 200 162 7 0 13 62 143 6 57
Binary 1110111 10000000 1110010 111 0 1011 110010 1100011 110 101111

Color Harmonies of #778072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778072

Black with #778072

Text Example


Text Example

White with #778072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778072; }

 p { color: rgb(119,128,114); }

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

background-color css

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

 a { background-color: rgb(119,128,114); }

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

border-color css

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

 span { border-color: rgb(119,128,114); }

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