Html Css Color HEX #707C7D Blue Bayoux

📋 copy color: '#707C7D'

red 112 ◦ green 124 ◦ blue 125

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

Shades of Blue Bayoux #707C7D

Tints of Blue Bayoux #707C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 31.02%
G = 34.35%
B = 34.63%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#707C7D (or 0x707C7D) is known color: Blue Bayoux. HEX triplet: 70, 7C and 7D. RGB value is (112,124,125). Sum of RGB (Red+Green+Blue) = 112+124+125=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #707C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C7D is #8F8382. Grayscale: #787878. Windows color (decimal): -9405315 or 8223856. OLE color: 8223856.

HSL color Cylindrical-coordinate representation of color #707C7D: hue angle of 184.62º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C7D is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 125 -
CMYK 0.10 0.01 0 0.51
HSL 184.62º 0.05% 0.46% -
HSV(B) 184.62º 0.1% 0.49% -
XYZ 17.59 19.34 22.21 -
YUV 120.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 112 124 125 0.10 0.01 0 0.51 184.62 0.05 0.46
Hex 70 7C 7D A 1 0 33 B9 5 2E
Octal 160 174 175 12 1 0 63 271 5 56
Binary 1110000 1111100 1111101 1010 1 0 110011 10111001 101 101110

Color Harmonies of #707C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C7D

Black with #707C7D

Text Example


Text Example

White with #707C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,124,125); }

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

background-color css

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

 a { background-color: rgb(112,124,125); }

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

border-color css

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

 span { border-color: rgb(112,124,125); }

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