Html Css Color HEX #778F6F Xanadu

📋 copy color: '#778F6F'

red 119 ◦ green 143 ◦ blue 111

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

Shades of Xanadu #778F6F

Tints of Xanadu #778F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 31.9%
G = 38.34%
B = 29.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#778F6F (or 0x778F6F) is known color: Xanadu. HEX triplet: 77, 8F and 6F. RGB value is (119,143,111). Sum of RGB (Red+Green+Blue) = 119+143+111=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #778F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F6F is #887090. Grayscale: #848484. Windows color (decimal): -8941713 or 7311223. OLE color: 7311223.

HSL color Cylindrical-coordinate representation of color #778F6F: hue angle of 105º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778F6F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 143 111 -
CMYK 0.17 0 0.22 0.44
HSL 105º 0.13% 0.5% -
HSV(B) 105º 0.22% 0.56% -
XYZ 20.3 24.71 18.74 -
YUV 132.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 119 143 111 0.17 0 0.22 0.44 105 0.13 0.5
Hex 77 8F 6F 11 0 16 2C 69 D 32
Octal 167 217 157 21 0 26 54 151 15 62
Binary 1110111 10001111 1101111 10001 0 10110 101100 1101001 1101 110010

Color Harmonies of #778F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F6F

Black with #778F6F

Text Example


Text Example

White with #778F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,143,111); }

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

background-color css

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

 a { background-color: rgb(119,143,111); }

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

border-color css

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

 span { border-color: rgb(119,143,111); }

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