Html Css Color HEX #677277 Blue Bayoux

📋 copy color: '#677277'

red 103 ◦ green 114 ◦ blue 119

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

Shades of Blue Bayoux #677277

Tints of Blue Bayoux #677277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 30.65%
G = 33.93%
B = 35.42%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#677277 (or 0x677277) is known color: Blue Bayoux. HEX triplet: 67, 72 and 77. RGB value is (103,114,119). Sum of RGB (Red+Green+Blue) = 103+114+119=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #677277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677277 is #988D88. Grayscale: #6F6F6F. Windows color (decimal): -9997705 or 7828071. OLE color: 7828071.

HSL color Cylindrical-coordinate representation of color #677277: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677277 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 114 119 -
CMYK 0.13 0.04 0 0.53
HSL 198.75º 0.07% 0.44% -
HSV(B) 198.75º 0.13% 0.47% -
XYZ 14.94 16.25 19.8 -
YUV 111.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 103 114 119 0.13 0.04 0 0.53 198.75 0.07 0.44
Hex 67 72 77 D 4 0 35 C7 7 2C
Octal 147 162 167 15 4 0 65 307 7 54
Binary 1100111 1110010 1110111 1101 100 0 110101 11000111 111 101100

Color Harmonies of #677277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677277

Black with #677277

Text Example


Text Example

White with #677277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677277; }

 p { color: rgb(103,114,119); }

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

background-color css

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

 a { background-color: rgb(103,114,119); }

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

border-color css

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

 span { border-color: rgb(103,114,119); }

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