Html Css Color HEX #677A85 Lynch

📋 copy color: '#677A85'

red 103 ◦ green 122 ◦ blue 133

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

Shades of Lynch #677A85

Tints of Lynch #677A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 28.77%
G = 34.08%
B = 37.15%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677A85 (or 0x677A85) is known color: Lynch. HEX triplet: 67, 7A and 85. RGB value is (103,122,133). Sum of RGB (Red+Green+Blue) = 103+122+133=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #677A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A85 is #98857A. Grayscale: #757575. Windows color (decimal): -9995643 or 8747623. OLE color: 8747623.

HSL color Cylindrical-coordinate representation of color #677A85: hue angle of 202º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677A85 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 122 133 -
CMYK 0.23 0.08 0 0.48
HSL 202º 0.13% 0.46% -
HSV(B) 202º 0.23% 0.52% -
XYZ 16.79 18.5 24.88 -
YUV 117.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 103 122 133 0.23 0.08 0 0.48 202 0.13 0.46
Hex 67 7A 85 17 8 0 30 CA D 2E
Octal 147 172 205 27 10 0 60 312 15 56
Binary 1100111 1111010 10000101 10111 1000 0 110000 11001010 1101 101110

Color Harmonies of #677A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677A85

Black with #677A85

Text Example


Text Example

White with #677A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677A85; }

 p { color: rgb(103,122,133); }

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

background-color css

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

 a { background-color: rgb(103,122,133); }

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

border-color css

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

 span { border-color: rgb(103,122,133); }

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