Html Css Color HEX #647480 Lynch

📋 copy color: '#647480'

red 100 ◦ green 116 ◦ blue 128

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

Shades of Lynch #647480

Tints of Lynch #647480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 29.07%
G = 33.72%
B = 37.21%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#647480 (or 0x647480) is known color: Lynch. HEX triplet: 64, 74 and 80. RGB value is (100,116,128). Sum of RGB (Red+Green+Blue) = 100+116+128=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #647480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647480 is #9B8B7F. Grayscale: #707070. Windows color (decimal): -10193792 or 8418404. OLE color: 8418404.

HSL color Cylindrical-coordinate representation of color #647480: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647480 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 116 128 -
CMYK 0.22 0.09 0 0.50
HSL 205.71º 0.12% 0.45% -
HSV(B) 205.71º 0.22% 0.5% -
XYZ 15.4 16.76 22.85 -
YUV 112.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 100 116 128 0.22 0.09 0 0.50 205.71 0.12 0.45
Hex 64 74 80 16 9 0 32 CE C 2D
Octal 144 164 200 26 11 0 62 316 14 55
Binary 1100100 1110100 10000000 10110 1001 0 110010 11001110 1100 101101

Color Harmonies of #647480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647480

Black with #647480

Text Example


Text Example

White with #647480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647480; }

 p { color: rgb(100,116,128); }

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

background-color css

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

 a { background-color: rgb(100,116,128); }

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

border-color css

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

 span { border-color: rgb(100,116,128); }

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