Html Css Color HEX #707778 Blue Bayoux

📋 copy color: '#707778'

red 112 ◦ green 119 ◦ blue 120

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

Shades of Blue Bayoux #707778

Tints of Blue Bayoux #707778

RGB

 RED value IS 112 (44.14% from 255) = 31.91%

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

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

R = 31.91%
G = 33.9%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707778 (or 0x707778) is known color: Blue Bayoux. HEX triplet: 70, 77 and 78. RGB value is (112,119,120). Sum of RGB (Red+Green+Blue) = 112+119+120=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 120 - color contains mainly: blue. Hex color #707778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707778 is #8F8887. Grayscale: #757575. Windows color (decimal): -9406600 or 7894896. OLE color: 7894896.

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

Color convert

RGB 112 119 120 -
CMYK 0.07 0.01 0 0.53
HSL 187.5º 0.03% 0.45% -
HSV(B) 187.5º 0.07% 0.47% -
XYZ 16.67 17.99 20.36 -
YUV 117.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 112 119 120 0.07 0.01 0 0.53 187.5 0.03 0.45
Hex 70 77 78 7 1 0 35 BC 3 2D
Octal 160 167 170 7 1 0 65 274 3 55
Binary 1110000 1110111 1111000 111 1 0 110101 10111100 11 101101

Color Harmonies of #707778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707778

Black with #707778

Text Example


Text Example

White with #707778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707778; }

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

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

background-color css

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

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

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

border-color css

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

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

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