Html Css Color HEX #757778 Blue Bayoux

📋 copy color: '#757778'

red 117 ◦ green 119 ◦ blue 120

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

Shades of Blue Bayoux #757778

Tints of Blue Bayoux #757778

RGB

 RED value IS 117 (46.09% from 255) = 32.87%

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 32.87%
G = 33.43%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757778 (or 0x757778) is known color: Blue Bayoux. HEX triplet: 75, 77 and 78. RGB value is (117,119,120). Sum of RGB (Red+Green+Blue) = 117+119+120=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 120 - color contains mainly: blue. Hex color #757778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757778 is #8A8887. Grayscale: #767676. Windows color (decimal): -9078920 or 7894901. OLE color: 7894901.

HSL color Cylindrical-coordinate representation of color #757778: hue angle of 200º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757778 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 120 -
CMYK 0.02 0.01 0 0.53
HSL 200º 0.01% 0.46% -
HSV(B) 200º 0.02% 0.47% -
XYZ 17.32 18.33 20.39 -
YUV 118.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 117 119 120 0.02 0.01 0 0.53 200 0.01 0.46
Hex 75 77 78 2 1 0 35 C8 1 2E
Octal 165 167 170 2 1 0 65 310 1 56
Binary 1110101 1110111 1111000 10 1 0 110101 11001000 1 101110

Color Harmonies of #757778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757778

Black with #757778

Text Example


Text Example

White with #757778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757778; }

 p { color: rgb(117,119,120); }

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

background-color css

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

 a { background-color: rgb(117,119,120); }

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

border-color css

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

 span { border-color: rgb(117,119,120); }

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