Html Css Color HEX #7F698B Mamba

📋 copy color: '#7F698B'

red 127 ◦ green 105 ◦ blue 139

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

Shades of Mamba #7F698B

Tints of Mamba #7F698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 34.23%
G = 28.3%
B = 37.47%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F698B (or 0x7F698B) is known color: Mamba. HEX triplet: 7F, 69 and 8B. RGB value is (127,105,139). Sum of RGB (Red+Green+Blue) = 127+105+139=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F698B is #809674. Grayscale: #737373. Windows color (decimal): -8427125 or 9136511. OLE color: 9136511.

HSL color Cylindrical-coordinate representation of color #7F698B: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F698B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 105 139 -
CMYK 0.09 0.24 0 0.45
HSL 278.82º 0.14% 0.48% -
HSV(B) 278.82º 0.24% 0.55% -
XYZ 18.46 16.48 26.63 -
YUV 115.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 127 105 139 0.09 0.24 0 0.45 278.82 0.14 0.48
Hex 7F 69 8B 9 18 0 2D 117 E 30
Octal 177 151 213 11 30 0 55 427 16 60
Binary 1111111 1101001 10001011 1001 11000 0 101101 100010111 1110 110000

Color Harmonies of #7F698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F698B

Black with #7F698B

Text Example


Text Example

White with #7F698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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