Html Css Color HEX #6F786C Xanadu

📋 copy color: '#6F786C'

red 111 ◦ green 120 ◦ blue 108

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

Shades of Xanadu #6F786C

Tints of Xanadu #6F786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 32.74%
G = 35.4%
B = 31.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#6F786C (or 0x6F786C) is known color: Xanadu. HEX triplet: 6F, 78 and 6C. RGB value is (111,120,108). Sum of RGB (Red+Green+Blue) = 111+120+108=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #6F786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F786C is #908793. Grayscale: #737373. Windows color (decimal): -9471892 or 7108719. OLE color: 7108719.

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

Color convert

RGB 111 120 108 -
CMYK 0.08 0 0.10 0.53
HSL 105º 0.05% 0.45% -
HSV(B) 105º 0.1% 0.47% -
XYZ 15.98 17.9 16.8 -
YUV 115.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 111 120 108 0.08 0 0.10 0.53 105 0.05 0.45
Hex 6F 78 6C 8 0 A 35 69 5 2D
Octal 157 170 154 10 0 12 65 151 5 55
Binary 1101111 1111000 1101100 1000 0 1010 110101 1101001 101 101101

Color Harmonies of #6F786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F786C

Black with #6F786C

Text Example


Text Example

White with #6F786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,120,108); }

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

background-color css

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

 a { background-color: rgb(111,120,108); }

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

border-color css

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

 span { border-color: rgb(111,120,108); }

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