Html Css Color HEX #767C80 Lynch

📋 copy color: '#767C80'

red 118 ◦ green 124 ◦ blue 128

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

Shades of Lynch #767C80

Tints of Lynch #767C80

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 31.89%
G = 33.51%
B = 34.59%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767C80 (or 0x767C80) is known color: Lynch. HEX triplet: 76, 7C and 80. RGB value is (118,124,128). Sum of RGB (Red+Green+Blue) = 118+124+128=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 128 - color contains mainly: blue. Hex color #767C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C80 is #89837F. Grayscale: #7A7A7A. Windows color (decimal): -9012096 or 8420470. OLE color: 8420470.

HSL color Cylindrical-coordinate representation of color #767C80: hue angle of 204º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767C80 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 124 128 -
CMYK 0.08 0.03 0 0.50
HSL 204º 0.04% 0.48% -
HSV(B) 204º 0.08% 0.5% -
XYZ 18.58 19.83 23.27 -
YUV 122.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 118 124 128 0.08 0.03 0 0.50 204 0.04 0.48
Hex 76 7C 80 8 3 0 32 CC 4 30
Octal 166 174 200 10 3 0 62 314 4 60
Binary 1110110 1111100 10000000 1000 11 0 110010 11001100 100 110000

Color Harmonies of #767C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C80

Black with #767C80

Text Example


Text Example

White with #767C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C80; }

 p { color: rgb(118,124,128); }

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

background-color css

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

 a { background-color: rgb(118,124,128); }

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

border-color css

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

 span { border-color: rgb(118,124,128); }

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