Html Css Color HEX #71667A Mamba

📋 copy color: '#71667A'

red 113 ◦ green 102 ◦ blue 122

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

Shades of Mamba #71667A

Tints of Mamba #71667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 33.53%
G = 30.27%
B = 36.2%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71667A (or 0x71667A) is known color: Mamba. HEX triplet: 71, 66 and 7A. RGB value is (113,102,122). Sum of RGB (Red+Green+Blue) = 113+102+122=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #71667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71667A is #8E9985. Grayscale: #6B6B6B. Windows color (decimal): -9345414 or 8021617. OLE color: 8021617.

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

Color convert

RGB 113 102 122 -
CMYK 0.07 0.16 0 0.52
HSL 273º 0.09% 0.44% -
HSV(B) 273º 0.16% 0.48% -
XYZ 15.07 14.42 20.4 -
YUV 107.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 113 102 122 0.07 0.16 0 0.52 273 0.09 0.44
Hex 71 66 7A 7 10 0 34 111 9 2C
Octal 161 146 172 7 20 0 64 421 11 54
Binary 1110001 1100110 1111010 111 10000 0 110100 100010001 1001 101100

Color Harmonies of #71667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71667A

Black with #71667A

Text Example


Text Example

White with #71667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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