Html Css Color HEX #716678 Mamba

📋 copy color: '#716678'

red 113 ◦ green 102 ◦ blue 120

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

Shades of Mamba #716678

Tints of Mamba #716678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 33.73%
G = 30.45%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716678 (or 0x716678) is known color: Mamba. HEX triplet: 71, 66 and 78. RGB value is (113,102,120). Sum of RGB (Red+Green+Blue) = 113+102+120=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #716678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716678 is #8E9987. Grayscale: #6B6B6B. Windows color (decimal): -9345416 or 7890545. OLE color: 7890545.

HSL color Cylindrical-coordinate representation of color #716678: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716678 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 102 120 -
CMYK 0.06 0.15 0 0.53
HSL 276.67º 0.08% 0.44% -
HSV(B) 276.67º 0.15% 0.47% -
XYZ 14.95 14.37 19.75 -
YUV 107.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 113 102 120 0.06 0.15 0 0.53 276.67 0.08 0.44
Hex 71 66 78 6 F 0 35 115 8 2C
Octal 161 146 170 6 17 0 65 425 10 54
Binary 1110001 1100110 1111000 110 1111 0 110101 100010101 1000 101100

Color Harmonies of #716678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716678

Black with #716678

Text Example


Text Example

White with #716678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716678; }

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

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

background-color css

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

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

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

border-color css

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

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

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