Html Css Color HEX #647766 Laurel

📋 copy color: '#647766'

red 100 ◦ green 119 ◦ blue 102

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

Shades of Laurel #647766

Tints of Laurel #647766

RGB

 RED value IS 100 (39.45% from 255) = 31.15%

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

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

R = 31.15%
G = 37.07%
B = 31.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#647766 (or 0x647766) is known color: Laurel. HEX triplet: 64, 77 and 66. RGB value is (100,119,102). Sum of RGB (Red+Green+Blue) = 100+119+102=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #647766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647766 is #9B8899. Grayscale: #6F6F6F. Windows color (decimal): -10193050 or 6715236. OLE color: 6715236.

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

Color convert

RGB 100 119 102 -
CMYK 0.16 0 0.14 0.53
HSL 126.32º 0.09% 0.43% -
HSV(B) 126.32º 0.16% 0.47% -
XYZ 14.25 16.86 15.07 -
YUV 111.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 100 119 102 0.16 0 0.14 0.53 126.32 0.09 0.43
Hex 64 77 66 10 0 E 35 7E 9 2B
Octal 144 167 146 20 0 16 65 176 11 53
Binary 1100100 1110111 1100110 10000 0 1110 110101 1111110 1001 101011

Color Harmonies of #647766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647766

Black with #647766

Text Example


Text Example

White with #647766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647766; }

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

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

background-color css

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

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

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

border-color css

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

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

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