Html Css Color HEX #70677B Mamba

📋 copy color: '#70677B'

red 112 ◦ green 103 ◦ blue 123

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

Shades of Mamba #70677B

Tints of Mamba #70677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 33.14%
G = 30.47%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70677B (or 0x70677B) is known color: Mamba. HEX triplet: 70, 67 and 7B. RGB value is (112,103,123). Sum of RGB (Red+Green+Blue) = 112+103+123=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #70677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677B is #8F9884. Grayscale: #6B6B6B. Windows color (decimal): -9410693 or 8087408. OLE color: 8087408.

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

Color convert

RGB 112 103 123 -
CMYK 0.09 0.16 0 0.52
HSL 267º 0.09% 0.44% -
HSV(B) 267º 0.16% 0.48% -
XYZ 15.11 14.58 20.76 -
YUV 107.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 112 103 123 0.09 0.16 0 0.52 267 0.09 0.44
Hex 70 67 7B 9 10 0 34 10B 9 2C
Octal 160 147 173 11 20 0 64 413 11 54
Binary 1110000 1100111 1111011 1001 10000 0 110100 100001011 1001 101100

Color Harmonies of #70677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70677B

Black with #70677B

Text Example


Text Example

White with #70677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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