Html Css Color HEX #7F688E Mamba

📋 copy color: '#7F688E'

red 127 ◦ green 104 ◦ blue 142

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

Shades of Mamba #7F688E

Tints of Mamba #7F688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 34.05%
G = 27.88%
B = 38.07%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F688E (or 0x7F688E) is known color: Mamba. HEX triplet: 7F, 68 and 8E. RGB value is (127,104,142). Sum of RGB (Red+Green+Blue) = 127+104+142=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F688E is #809771. Grayscale: #737373. Windows color (decimal): -8427378 or 9332863. OLE color: 9332863.

HSL color Cylindrical-coordinate representation of color #7F688E: hue angle of 276.32º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F688E is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 104 142 -
CMYK 0.11 0.27 0 0.44
HSL 276.32º 0.15% 0.48% -
HSV(B) 276.32º 0.27% 0.56% -
XYZ 18.59 16.37 27.77 -
YUV 115.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 127 104 142 0.11 0.27 0 0.44 276.32 0.15 0.48
Hex 7F 68 8E B 1B 0 2C 114 F 30
Octal 177 150 216 13 33 0 54 424 17 60
Binary 1111111 1101000 10001110 1011 11011 0 101100 100010100 1111 110000

Color Harmonies of #7F688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F688E

Black with #7F688E

Text Example


Text Example

White with #7F688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,142); }

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

background-color css

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

 a { background-color: rgb(127,104,142); }

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

border-color css

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

 span { border-color: rgb(127,104,142); }

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