Html Css Color HEX #6A776C Laurel

📋 copy color: '#6A776C'

red 106 ◦ green 119 ◦ blue 108

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

Shades of Laurel #6A776C

Tints of Laurel #6A776C

RGB

 RED value IS 106 (41.8% from 255) = 31.83%

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

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

R = 31.83%
G = 35.74%
B = 32.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#6A776C (or 0x6A776C) is known color: Laurel. HEX triplet: 6A, 77 and 6C. RGB value is (106,119,108). Sum of RGB (Red+Green+Blue) = 106+119+108=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776C is #958893. Grayscale: #717171. Windows color (decimal): -9799828 or 7108458. OLE color: 7108458.

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

Color convert

RGB 106 119 108 -
CMYK 0.11 0 0.09 0.53
HSL 129.23º 0.06% 0.44% -
HSV(B) 129.23º 0.11% 0.47% -
XYZ 15.25 17.34 16.73 -
YUV 113.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 106 119 108 0.11 0 0.09 0.53 129.23 0.06 0.44
Hex 6A 77 6C B 0 9 35 81 6 2C
Octal 152 167 154 13 0 11 65 201 6 54
Binary 1101010 1110111 1101100 1011 0 1001 110101 10000001 110 101100

Color Harmonies of #6A776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A776C

Black with #6A776C

Text Example


Text Example

White with #6A776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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