Html Css Color HEX #707B7E Blue Bayoux

📋 copy color: '#707B7E'

red 112 ◦ green 123 ◦ blue 126

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

Shades of Blue Bayoux #707B7E

Tints of Blue Bayoux #707B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 31.02%
G = 34.07%
B = 34.9%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#707B7E (or 0x707B7E) is known color: Blue Bayoux. HEX triplet: 70, 7B and 7E. RGB value is (112,123,126). Sum of RGB (Red+Green+Blue) = 112+123+126=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #707B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B7E is #8F8481. Grayscale: #787878. Windows color (decimal): -9405570 or 8289136. OLE color: 8289136.

HSL color Cylindrical-coordinate representation of color #707B7E: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707B7E is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 123 126 -
CMYK 0.11 0.02 0 0.51
HSL 192.86º 0.06% 0.47% -
HSV(B) 192.86º 0.11% 0.49% -
XYZ 17.53 19.12 22.5 -
YUV 120.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 112 123 126 0.11 0.02 0 0.51 192.86 0.06 0.47
Hex 70 7B 7E B 2 0 33 C1 6 2F
Octal 160 173 176 13 2 0 63 301 6 57
Binary 1110000 1111011 1111110 1011 10 0 110011 11000001 110 101111

Color Harmonies of #707B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B7E

Black with #707B7E

Text Example


Text Example

White with #707B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707B7E; }

 p { color: rgb(112,123,126); }

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

background-color css

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

 a { background-color: rgb(112,123,126); }

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

border-color css

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

 span { border-color: rgb(112,123,126); }

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