Html Css Color HEX #70787B Blue Bayoux

📋 copy color: '#70787B'

red 112 ◦ green 120 ◦ blue 123

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

Shades of Blue Bayoux #70787B

Tints of Blue Bayoux #70787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 31.55%
G = 33.8%
B = 34.65%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70787B (or 0x70787B) is known color: Blue Bayoux. HEX triplet: 70, 78 and 7B. RGB value is (112,120,123). Sum of RGB (Red+Green+Blue) = 112+120+123=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #70787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787B is #8F8784. Grayscale: #757575. Windows color (decimal): -9406341 or 8091760. OLE color: 8091760.

HSL color Cylindrical-coordinate representation of color #70787B: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70787B is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 120 123 -
CMYK 0.09 0.02 0 0.52
HSL 196.36º 0.05% 0.46% -
HSV(B) 196.36º 0.09% 0.48% -
XYZ 16.97 18.31 21.38 -
YUV 117.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 112 120 123 0.09 0.02 0 0.52 196.36 0.05 0.46
Hex 70 78 7B 9 2 0 34 C4 5 2E
Octal 160 170 173 11 2 0 64 304 5 56
Binary 1110000 1111000 1111011 1001 10 0 110100 11000100 101 101110

Color Harmonies of #70787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70787B

Black with #70787B

Text Example


Text Example

White with #70787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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