Html Css Color HEX #71667B Mamba

📋 copy color: '#71667B'

red 113 ◦ green 102 ◦ blue 123

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

Shades of Mamba #71667B

Tints of Mamba #71667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 33.43%
G = 30.18%
B = 36.39%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71667B (or 0x71667B) is known color: Mamba. HEX triplet: 71, 66 and 7B. RGB value is (113,102,123). Sum of RGB (Red+Green+Blue) = 113+102+123=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 102 (40.23% from 255 or 30.18% 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 #71667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71667B is #8E9984. Grayscale: #6B6B6B. Windows color (decimal): -9345413 or 8087153. OLE color: 8087153.

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

Color convert

RGB 113 102 123 -
CMYK 0.08 0.17 0 0.52
HSL 271.43º 0.09% 0.44% -
HSV(B) 271.43º 0.17% 0.48% -
XYZ 15.14 14.44 20.73 -
YUV 107.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 113 102 123 0.08 0.17 0 0.52 271.43 0.09 0.44
Hex 71 66 7B 8 11 0 34 10F 9 2C
Octal 161 146 173 10 21 0 64 417 11 54
Binary 1110001 1100110 1111011 1000 10001 0 110100 100001111 1001 101100

Color Harmonies of #71667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71667B

Black with #71667B

Text Example


Text Example

White with #71667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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