Html Css Color HEX #677884 Lynch

📋 copy color: '#677884'

red 103 ◦ green 120 ◦ blue 132

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

Shades of Lynch #677884

Tints of Lynch #677884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 29.01%
G = 33.8%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677884 (or 0x677884) is known color: Lynch. HEX triplet: 67, 78 and 84. RGB value is (103,120,132). Sum of RGB (Red+Green+Blue) = 103+120+132=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #677884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677884 is #98877B. Grayscale: #747474. Windows color (decimal): -9996156 or 8681575. OLE color: 8681575.

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

Color convert

RGB 103 120 132 -
CMYK 0.22 0.09 0 0.48
HSL 204.83º 0.12% 0.46% -
HSV(B) 204.83º 0.22% 0.52% -
XYZ 16.47 17.98 24.43 -
YUV 116.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 103 120 132 0.22 0.09 0 0.48 204.83 0.12 0.46
Hex 67 78 84 16 9 0 30 CD C 2E
Octal 147 170 204 26 11 0 60 315 14 56
Binary 1100111 1111000 10000100 10110 1001 0 110000 11001101 1100 101110

Color Harmonies of #677884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677884

Black with #677884

Text Example


Text Example

White with #677884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677884; }

 p { color: rgb(103,120,132); }

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

background-color css

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

 a { background-color: rgb(103,120,132); }

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

border-color css

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

 span { border-color: rgb(103,120,132); }

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