Html Css Color HEX #6C7766 Axolotl

📋 copy color: '#6C7766'

red 108 ◦ green 119 ◦ blue 102

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

Shades of Axolotl #6C7766

Tints of Axolotl #6C7766

RGB

 RED value IS 108 (42.58% from 255) = 32.83%

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

 BLUE value IS 102 (40.23% from 255) = 31%

R = 32.83%
G = 36.17%
B = 31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#6C7766 (or 0x6C7766) is known color: Axolotl. HEX triplet: 6C, 77 and 66. RGB value is (108,119,102). Sum of RGB (Red+Green+Blue) = 108+119+102=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7766 is #938899. Grayscale: #717171. Windows color (decimal): -9668762 or 6715244. OLE color: 6715244.

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

Color convert

RGB 108 119 102 -
CMYK 0.09 0 0.14 0.53
HSL 98.82º 0.08% 0.43% -
HSV(B) 98.82º 0.14% 0.47% -
XYZ 15.18 17.34 15.12 -
YUV 113.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 108 119 102 0.09 0 0.14 0.53 98.82 0.08 0.43
Hex 6C 77 66 9 0 E 35 63 8 2B
Octal 154 167 146 11 0 16 65 143 10 53
Binary 1101100 1110111 1100110 1001 0 1110 110101 1100011 1000 101011

Color Harmonies of #6C7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7766

Black with #6C7766

Text Example


Text Example

White with #6C7766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,102); }

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

background-color css

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

 a { background-color: rgb(108,119,102); }

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

border-color css

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

 span { border-color: rgb(108,119,102); }

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