Html Css Color HEX #6E776A Xanadu

📋 copy color: '#6E776A'

red 110 ◦ green 119 ◦ blue 106

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

Shades of Xanadu #6E776A

Tints of Xanadu #6E776A

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 32.84%
G = 35.52%
B = 31.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#6E776A (or 0x6E776A) is known color: Xanadu. HEX triplet: 6E, 77 and 6A. RGB value is (110,119,106). Sum of RGB (Red+Green+Blue) = 110+119+106=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6E776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E776A is #918895. Grayscale: #727272. Windows color (decimal): -9537686 or 6977390. OLE color: 6977390.

HSL color Cylindrical-coordinate representation of color #6E776A: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E776A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 119 106 -
CMYK 0.08 0 0.11 0.53
HSL 101.54º 0.06% 0.44% -
HSV(B) 101.54º 0.11% 0.47% -
XYZ 15.63 17.55 16.2 -
YUV 114.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 110 119 106 0.08 0 0.11 0.53 101.54 0.06 0.44
Hex 6E 77 6A 8 0 B 35 66 6 2C
Octal 156 167 152 10 0 13 65 146 6 54
Binary 1101110 1110111 1101010 1000 0 1011 110101 1100110 110 101100

Color Harmonies of #6E776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E776A

Black with #6E776A

Text Example


Text Example

White with #6E776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E776A; }

 p { color: rgb(110,119,106); }

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

background-color css

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

 a { background-color: rgb(110,119,106); }

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

border-color css

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

 span { border-color: rgb(110,119,106); }

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