Html Css Color HEX #677782 Lynch

📋 copy color: '#677782'

red 103 ◦ green 119 ◦ blue 130

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

Shades of Lynch #677782

Tints of Lynch #677782

RGB

 RED value IS 103 (40.63% from 255) = 29.26%

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 29.26%
G = 33.81%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677782 (or 0x677782) is known color: Lynch. HEX triplet: 67, 77 and 82. RGB value is (103,119,130). Sum of RGB (Red+Green+Blue) = 103+119+130=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #677782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677782 is #98887D. Grayscale: #737373. Windows color (decimal): -9996414 or 8550247. OLE color: 8550247.

HSL color Cylindrical-coordinate representation of color #677782: hue angle of 204.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677782 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 119 130 -
CMYK 0.21 0.08 0 0.49
HSL 204.44º 0.12% 0.46% -
HSV(B) 204.44º 0.21% 0.51% -
XYZ 16.22 17.69 23.68 -
YUV 115.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 103 119 130 0.21 0.08 0 0.49 204.44 0.12 0.46
Hex 67 77 82 15 8 0 31 CC C 2E
Octal 147 167 202 25 10 0 61 314 14 56
Binary 1100111 1110111 10000010 10101 1000 0 110001 11001100 1100 101110

Color Harmonies of #677782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677782

Black with #677782

Text Example


Text Example

White with #677782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677782; }

 p { color: rgb(103,119,130); }

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

background-color css

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

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

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

border-color css

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

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

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