Html Css Color HEX #667882 Lynch

📋 copy color: '#667882'

red 102 ◦ green 120 ◦ blue 130

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

Shades of Lynch #667882

Tints of Lynch #667882

RGB

 RED value IS 102 (40.23% from 255) = 28.98%

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

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

R = 28.98%
G = 34.09%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667882 (or 0x667882) is known color: Lynch. HEX triplet: 66, 78 and 82. RGB value is (102,120,130). Sum of RGB (Red+Green+Blue) = 102+120+130=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 120 (47.27% from 255 or 34.09% 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 #667882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667882 is #99877D. Grayscale: #737373. Windows color (decimal): -10061694 or 8550502. OLE color: 8550502.

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

Color convert

RGB 102 120 130 -
CMYK 0.22 0.08 0 0.49
HSL 201.43º 0.12% 0.45% -
HSV(B) 201.43º 0.22% 0.51% -
XYZ 16.23 17.87 23.71 -
YUV 115.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 102 120 130 0.22 0.08 0 0.49 201.43 0.12 0.45
Hex 66 78 82 16 8 0 31 C9 C 2D
Octal 146 170 202 26 10 0 61 311 14 55
Binary 1100110 1111000 10000010 10110 1000 0 110001 11001001 1100 101101

Color Harmonies of #667882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667882

Black with #667882

Text Example


Text Example

White with #667882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667882; }

 p { color: rgb(102,120,130); }

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

background-color css

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

 a { background-color: rgb(102,120,130); }

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

border-color css

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

 span { border-color: rgb(102,120,130); }

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