Html Css Color HEX #6F776E Xanadu

📋 copy color: '#6F776E'

red 111 ◦ green 119 ◦ blue 110

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

Shades of Xanadu #6F776E

Tints of Xanadu #6F776E

RGB

 RED value IS 111 (43.75% from 255) = 32.65%

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 32.65%
G = 35%
B = 32.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#6F776E (or 0x6F776E) is known color: Xanadu. HEX triplet: 6F, 77 and 6E. RGB value is (111,119,110). Sum of RGB (Red+Green+Blue) = 111+119+110=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #6F776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F776E is #908891. Grayscale: #737373. Windows color (decimal): -9472146 or 7239535. OLE color: 7239535.

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

Color convert

RGB 111 119 110 -
CMYK 0.07 0 0.08 0.53
HSL 113.33º 0.04% 0.45% -
HSV(B) 113.33º 0.08% 0.47% -
XYZ 15.97 17.7 17.33 -
YUV 115.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 111 119 110 0.07 0 0.08 0.53 113.33 0.04 0.45
Hex 6F 77 6E 7 0 8 35 71 4 2D
Octal 157 167 156 7 0 10 65 161 4 55
Binary 1101111 1110111 1101110 111 0 1000 110101 1110001 100 101101

Color Harmonies of #6F776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F776E

Black with #6F776E

Text Example


Text Example

White with #6F776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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