Html Css Color HEX #7B6985 Mamba

📋 copy color: '#7B6985'

red 123 ◦ green 105 ◦ blue 133

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

Shades of Mamba #7B6985

Tints of Mamba #7B6985

RGB

 RED value IS 123 (48.44% from 255) = 34.07%

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 34.07%
G = 29.09%
B = 36.84%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6985 (or 0x7B6985) is known color: Mamba. HEX triplet: 7B, 69 and 85. RGB value is (123,105,133). Sum of RGB (Red+Green+Blue) = 123+105+133=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6985 is #84967A. Grayscale: #717171. Windows color (decimal): -8689275 or 8743291. OLE color: 8743291.

HSL color Cylindrical-coordinate representation of color #7B6985: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6985 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 105 133 -
CMYK 0.08 0.21 0 0.48
HSL 278.57º 0.12% 0.47% -
HSV(B) 278.57º 0.21% 0.52% -
XYZ 17.45 16.01 24.36 -
YUV 113.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 123 105 133 0.08 0.21 0 0.48 278.57 0.12 0.47
Hex 7B 69 85 8 15 0 30 117 C 2F
Octal 173 151 205 10 25 0 60 427 14 57
Binary 1111011 1101001 10000101 1000 10101 0 110000 100010111 1100 101111

Color Harmonies of #7B6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6985

Black with #7B6985

Text Example


Text Example

White with #7B6985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6985; }

 p { color: rgb(123,105,133); }

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

background-color css

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

 a { background-color: rgb(123,105,133); }

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

border-color css

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

 span { border-color: rgb(123,105,133); }

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