Html Css Color HEX #6B776C Laurel

📋 copy color: '#6B776C'

red 107 ◦ green 119 ◦ blue 108

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

Shades of Laurel #6B776C

Tints of Laurel #6B776C

RGB

 RED value IS 107 (42.19% from 255) = 32.04%

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

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

R = 32.04%
G = 35.63%
B = 32.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#6B776C (or 0x6B776C) is known color: Laurel. HEX triplet: 6B, 77 and 6C. RGB value is (107,119,108). Sum of RGB (Red+Green+Blue) = 107+119+108=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776C is #948893. Grayscale: #727272. Windows color (decimal): -9734292 or 7108459. OLE color: 7108459.

HSL color Cylindrical-coordinate representation of color #6B776C: hue angle of 125º 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 #6B776C is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 108 -
CMYK 0.10 0 0.09 0.53
HSL 125º 0.05% 0.44% -
HSV(B) 125º 0.1% 0.47% -
XYZ 15.37 17.4 16.74 -
YUV 114.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 107 119 108 0.10 0 0.09 0.53 125 0.05 0.44
Hex 6B 77 6C A 0 9 35 7D 5 2C
Octal 153 167 154 12 0 11 65 175 5 54
Binary 1101011 1110111 1101100 1010 0 1001 110101 1111101 101 101100

Color Harmonies of #6B776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B776C

Black with #6B776C

Text Example


Text Example

White with #6B776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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