Html Css Color HEX #778B71 Xanadu

📋 copy color: '#778B71'

red 119 ◦ green 139 ◦ blue 113

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

Shades of Xanadu #778B71

Tints of Xanadu #778B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

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

R = 32.08%
G = 37.47%
B = 30.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#778B71 (or 0x778B71) is known color: Xanadu. HEX triplet: 77, 8B and 71. RGB value is (119,139,113). Sum of RGB (Red+Green+Blue) = 119+139+113=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #778B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B71 is #88748E. Grayscale: #828282. Windows color (decimal): -8942735 or 7441271. OLE color: 7441271.

HSL color Cylindrical-coordinate representation of color #778B71: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778B71 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 139 113 -
CMYK 0.14 0 0.19 0.45
HSL 106.15º 0.1% 0.49% -
HSV(B) 106.15º 0.19% 0.55% -
XYZ 19.82 23.58 19.13 -
YUV 130.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 119 139 113 0.14 0 0.19 0.45 106.15 0.1 0.49
Hex 77 8B 71 E 0 13 2D 6A A 31
Octal 167 213 161 16 0 23 55 152 12 61
Binary 1110111 10001011 1110001 1110 0 10011 101101 1101010 1010 110001

Color Harmonies of #778B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B71

Black with #778B71

Text Example


Text Example

White with #778B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778B71; }

 p { color: rgb(119,139,113); }

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

background-color css

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

 a { background-color: rgb(119,139,113); }

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

border-color css

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

 span { border-color: rgb(119,139,113); }

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