Html Css Color HEX #707679 Blue Bayoux

📋 copy color: '#707679'

red 112 ◦ green 118 ◦ blue 121

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

Shades of Blue Bayoux #707679

Tints of Blue Bayoux #707679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 31.91%
G = 33.62%
B = 34.47%

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

#707679 (or 0x707679) is known color: Blue Bayoux. HEX triplet: 70, 76 and 79. RGB value is (112,118,121). Sum of RGB (Red+Green+Blue) = 112+118+121=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 121 - color contains mainly: blue. Hex color #707679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707679 is #8F8986. Grayscale: #747474. Windows color (decimal): -9406855 or 7960176. OLE color: 7960176.

HSL color Cylindrical-coordinate representation of color #707679: hue angle of 200º 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 #707679 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 118 121 -
CMYK 0.07 0.02 0 0.53
HSL 200º 0.04% 0.46% -
HSV(B) 200º 0.07% 0.47% -
XYZ 16.61 17.78 20.65 -
YUV 116.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 112 118 121 0.07 0.02 0 0.53 200 0.04 0.46
Hex 70 76 79 7 2 0 35 C8 4 2E
Octal 160 166 171 7 2 0 65 310 4 56
Binary 1110000 1110110 1111001 111 10 0 110101 11001000 100 101110

Color Harmonies of #707679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707679

Black with #707679

Text Example


Text Example

White with #707679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707679; }

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

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

background-color css

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

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

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

border-color css

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

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

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