#6B776B

Color #6B776B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6B776B

Tints of Laurel #6B776B

Color information

#6B776B (or 0x6B776B) is unknown color: approx Laurel. HEX triplet: 6B, 77 and 6B. RGB value is (107,119,107). Sum of RGB (Red+Green+Blue) = 107+119+107=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776B is #948894. Grayscale: #727272. Windows color (decimal): -9734293 or 7042923. OLE color: 7042923.

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

Color convert

RGB107119107-
CMYK0.1000.100.53
HSL120º5.31%44.31%-
HSV(B)120º10.08%46.67%-
XYZ15.3117.3816.46-
YUV114.04124.02122.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=32.13%
G=35.74%
B=32.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071191070.1000.100.531205.3144.31
Hex6B776BA0A357852c
Octal1531671531201265170554
Binary1101011111011111010111010010101101011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,107); }

 H1.HeaderClassName
 {
   color: #6B776B;
 }
 .AnyTagClassName
 {
   color: #6B776B;
 }
</style>
background-color css

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

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

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

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

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

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