Html Css Color HEX #677A7E Blue Bayoux

📋 copy color: '#677A7E'

red 103 ◦ green 122 ◦ blue 126

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

Shades of Blue Bayoux #677A7E

Tints of Blue Bayoux #677A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 29.34%
G = 34.76%
B = 35.9%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#677A7E (or 0x677A7E) is known color: Blue Bayoux. HEX triplet: 67, 7A and 7E. RGB value is (103,122,126). Sum of RGB (Red+Green+Blue) = 103+122+126=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #677A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A7E is #988581. Grayscale: #747474. Windows color (decimal): -9995650 or 8288871. OLE color: 8288871.

HSL color Cylindrical-coordinate representation of color #677A7E: hue angle of 190.43º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677A7E is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 122 126 -
CMYK 0.18 0.03 0 0.51
HSL 190.43º 0.1% 0.45% -
HSV(B) 190.43º 0.18% 0.49% -
XYZ 16.32 18.31 22.41 -
YUV 116.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 103 122 126 0.18 0.03 0 0.51 190.43 0.1 0.45
Hex 67 7A 7E 12 3 0 33 BE A 2D
Octal 147 172 176 22 3 0 63 276 12 55
Binary 1100111 1111010 1111110 10010 11 0 110011 10111110 1010 101101

Color Harmonies of #677A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677A7E

Black with #677A7E

Text Example


Text Example

White with #677A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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