Html Css Color HEX #7F698E Mamba

📋 copy color: '#7F698E'

red 127 ◦ green 105 ◦ blue 142

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

Shades of Mamba #7F698E

Tints of Mamba #7F698E

RGB

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

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

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

R = 33.96%
G = 28.07%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F698E (or 0x7F698E) is known color: Mamba. HEX triplet: 7F, 69 and 8E. RGB value is (127,105,142). Sum of RGB (Red+Green+Blue) = 127+105+142=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F698E is #809671. Grayscale: #737373. Windows color (decimal): -8427122 or 9333119. OLE color: 9333119.

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

Color convert

RGB 127 105 142 -
CMYK 0.11 0.26 0 0.44
HSL 275.68º 0.15% 0.48% -
HSV(B) 275.68º 0.26% 0.56% -
XYZ 18.69 16.57 27.8 -
YUV 115.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 127 105 142 0.11 0.26 0 0.44 275.68 0.15 0.48
Hex 7F 69 8E B 1A 0 2C 114 F 30
Octal 177 151 216 13 32 0 54 424 17 60
Binary 1111111 1101001 10001110 1011 11010 0 101100 100010100 1111 110000

Color Harmonies of #7F698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F698E

Black with #7F698E

Text Example


Text Example

White with #7F698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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