Html Css Color HEX #68767F Lynch

📋 copy color: '#68767F'

red 104 ◦ green 118 ◦ blue 127

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

Shades of Lynch #68767F

Tints of Lynch #68767F

RGB

 RED value IS 104 (41.02% from 255) = 29.8%

 GREEN value IS 118 (46.48% from 255) = 33.81%

 BLUE value IS 127 (50% from 255) = 36.39%

R = 29.8%
G = 33.81%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68767F (or 0x68767F) is known color: Lynch. HEX triplet: 68, 76 and 7F. RGB value is (104,118,127). Sum of RGB (Red+Green+Blue) = 104+118+127=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #68767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767F is #978980. Grayscale: #727272. Windows color (decimal): -9931137 or 8353384. OLE color: 8353384.

HSL color Cylindrical-coordinate representation of color #68767F: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68767F is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 118 127 -
CMYK 0.18 0.07 0 0.50
HSL 203.48º 0.1% 0.45% -
HSV(B) 203.48º 0.18% 0.5% -
XYZ 16.02 17.43 22.6 -
YUV 114.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 104 118 127 0.18 0.07 0 0.50 203.48 0.1 0.45
Hex 68 76 7F 12 7 0 32 CB A 2D
Octal 150 166 177 22 7 0 62 313 12 55
Binary 1101000 1110110 1111111 10010 111 0 110010 11001011 1010 101101

Color Harmonies of #68767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68767F

Black with #68767F

Text Example


Text Example

White with #68767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68767F; }

 p { color: rgb(104,118,127); }

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

background-color css

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

 a { background-color: rgb(104,118,127); }

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

border-color css

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

 span { border-color: rgb(104,118,127); }

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