Html Css Color HEX #71677B Mamba

📋 copy color: '#71677B'

red 113 ◦ green 103 ◦ blue 123

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

Shades of Mamba #71677B

Tints of Mamba #71677B

RGB

 RED value IS 113 (44.53% from 255) = 33.33%

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

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

R = 33.33%
G = 30.38%
B = 36.28%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71677B (or 0x71677B) is known color: Mamba. HEX triplet: 71, 67 and 7B. RGB value is (113,103,123). Sum of RGB (Red+Green+Blue) = 113+103+123=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #71677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677B is #8E9884. Grayscale: #6C6C6C. Windows color (decimal): -9345157 or 8087409. OLE color: 8087409.

HSL color Cylindrical-coordinate representation of color #71677B: hue angle of 270º 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 #71677B is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 103 123 -
CMYK 0.08 0.16 0 0.52
HSL 270º 0.09% 0.44% -
HSV(B) 270º 0.16% 0.48% -
XYZ 15.24 14.64 20.76 -
YUV 108.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 113 103 123 0.08 0.16 0 0.52 270 0.09 0.44
Hex 71 67 7B 8 10 0 34 10E 9 2C
Octal 161 147 173 10 20 0 64 416 11 54
Binary 1110001 1100111 1111011 1000 10000 0 110100 100001110 1001 101100

Color Harmonies of #71677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71677B

Black with #71677B

Text Example


Text Example

White with #71677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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