Html Css Color HEX #7F6788 Mamba

📋 copy color: '#7F6788'

red 127 ◦ green 103 ◦ blue 136

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

Shades of Mamba #7F6788

Tints of Mamba #7F6788

RGB

 RED value IS 127 (50% from 255) = 34.7%

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 34.7%
G = 28.14%
B = 37.16%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F6788 (or 0x7F6788) is known color: Mamba. HEX triplet: 7F, 67 and 88. RGB value is (127,103,136). Sum of RGB (Red+Green+Blue) = 127+103+136=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6788 is #809877. Grayscale: #717171. Windows color (decimal): -8427640 or 8939391. OLE color: 8939391.

HSL color Cylindrical-coordinate representation of color #7F6788: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6788 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 103 136 -
CMYK 0.07 0.24 0 0.47
HSL 283.64º 0.14% 0.47% -
HSV(B) 283.64º 0.24% 0.53% -
XYZ 18.05 15.99 25.43 -
YUV 113.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 127 103 136 0.07 0.24 0 0.47 283.64 0.14 0.47
Hex 7F 67 88 7 18 0 2F 11C E 2F
Octal 177 147 210 7 30 0 57 434 16 57
Binary 1111111 1100111 10001000 111 11000 0 101111 100011100 1110 101111

Color Harmonies of #7F6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6788

Black with #7F6788

Text Example


Text Example

White with #7F6788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,136); }

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

background-color css

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

 a { background-color: rgb(127,103,136); }

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

border-color css

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

 span { border-color: rgb(127,103,136); }

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