Html Css Color HEX #707779 Blue Bayoux

📋 copy color: '#707779'

red 112 ◦ green 119 ◦ blue 121

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

Shades of Blue Bayoux #707779

Tints of Blue Bayoux #707779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 31.82%
G = 33.81%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707779 (or 0x707779) is known color: Blue Bayoux. HEX triplet: 70, 77 and 79. RGB value is (112,119,121). Sum of RGB (Red+Green+Blue) = 112+119+121=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #707779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707779 is #8F8886. Grayscale: #757575. Windows color (decimal): -9406599 or 7960432. OLE color: 7960432.

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

Color convert

RGB 112 119 121 -
CMYK 0.07 0.02 0 0.53
HSL 193.33º 0.04% 0.46% -
HSV(B) 193.33º 0.07% 0.47% -
XYZ 16.73 18.02 20.69 -
YUV 117.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 112 119 121 0.07 0.02 0 0.53 193.33 0.04 0.46
Hex 70 77 79 7 2 0 35 C1 4 2E
Octal 160 167 171 7 2 0 65 301 4 56
Binary 1110000 1110111 1111001 111 10 0 110101 11000001 100 101110

Color Harmonies of #707779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707779

Black with #707779

Text Example


Text Example

White with #707779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707779; }

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

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

background-color css

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

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

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

border-color css

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

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

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