Html Css Color HEX #6E766B Xanadu

📋 copy color: '#6E766B'

red 110 ◦ green 118 ◦ blue 107

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

Shades of Xanadu #6E766B

Tints of Xanadu #6E766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 32.84%
G = 35.22%
B = 31.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6E766B (or 0x6E766B) is known color: Xanadu. HEX triplet: 6E, 76 and 6B. RGB value is (110,118,107). Sum of RGB (Red+Green+Blue) = 110+118+107=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766B is #918994. Grayscale: #727272. Windows color (decimal): -9537941 or 7042670. OLE color: 7042670.

HSL color Cylindrical-coordinate representation of color #6E766B: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6E766B is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 107 -
CMYK 0.07 0 0.09 0.54
HSL 103.64º 0.05% 0.44% -
HSV(B) 103.64º 0.09% 0.46% -
XYZ 15.56 17.33 16.44 -
YUV 114.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 110 118 107 0.07 0 0.09 0.54 103.64 0.05 0.44
Hex 6E 76 6B 7 0 9 36 68 5 2C
Octal 156 166 153 7 0 11 66 150 5 54
Binary 1101110 1110110 1101011 111 0 1001 110110 1101000 101 101100

Color Harmonies of #6E766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E766B

Black with #6E766B

Text Example


Text Example

White with #6E766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,107); }

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

background-color css

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

 a { background-color: rgb(110,118,107); }

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

border-color css

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

 span { border-color: rgb(110,118,107); }

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