Html Css Color HEX #778772 Xanadu

📋 copy color: '#778772'

red 119 ◦ green 135 ◦ blue 114

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

Shades of Xanadu #778772

Tints of Xanadu #778772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 32.34%
G = 36.68%
B = 30.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#778772 (or 0x778772) is known color: Xanadu. HEX triplet: 77, 87 and 72. RGB value is (119,135,114). Sum of RGB (Red+Green+Blue) = 119+135+114=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #778772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778772 is #88788D. Grayscale: #7F7F7F. Windows color (decimal): -8943758 or 7505783. OLE color: 7505783.

HSL color Cylindrical-coordinate representation of color #778772: hue angle of 105.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778772 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 114 -
CMYK 0.12 0 0.16 0.47
HSL 105.71º 0.08% 0.49% -
HSV(B) 105.71º 0.16% 0.53% -
XYZ 19.31 22.46 19.24 -
YUV 127.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 119 135 114 0.12 0 0.16 0.47 105.71 0.08 0.49
Hex 77 87 72 C 0 10 2F 6A 8 31
Octal 167 207 162 14 0 20 57 152 10 61
Binary 1110111 10000111 1110010 1100 0 10000 101111 1101010 1000 110001

Color Harmonies of #778772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778772

Black with #778772

Text Example


Text Example

White with #778772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778772; }

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

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

background-color css

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

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

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

border-color css

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

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

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