Html Css Color HEX #707A7D Blue Bayoux

📋 copy color: '#707A7D'

red 112 ◦ green 122 ◦ blue 125

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

Shades of Blue Bayoux #707A7D

Tints of Blue Bayoux #707A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 31.2%
G = 33.98%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#707A7D (or 0x707A7D) is known color: Blue Bayoux. HEX triplet: 70, 7A and 7D. RGB value is (112,122,125). Sum of RGB (Red+Green+Blue) = 112+122+125=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #707A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A7D is #8F8582. Grayscale: #777777. Windows color (decimal): -9405827 or 8223344. OLE color: 8223344.

HSL color Cylindrical-coordinate representation of color #707A7D: hue angle of 193.85º 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 #707A7D is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 122 125 -
CMYK 0.10 0.02 0 0.51
HSL 193.85º 0.05% 0.46% -
HSV(B) 193.85º 0.1% 0.49% -
XYZ 17.34 18.84 22.13 -
YUV 119.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 112 122 125 0.10 0.02 0 0.51 193.85 0.05 0.46
Hex 70 7A 7D A 2 0 33 C2 5 2E
Octal 160 172 175 12 2 0 63 302 5 56
Binary 1110000 1111010 1111101 1010 10 0 110011 11000010 101 101110

Color Harmonies of #707A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A7D

Black with #707A7D

Text Example


Text Example

White with #707A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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