Html Css Color HEX #767278 Mamba

📋 copy color: '#767278'

red 118 ◦ green 114 ◦ blue 120

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

Shades of Mamba #767278

Tints of Mamba #767278

RGB

 RED value IS 118 (46.48% from 255) = 33.52%

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 33.52%
G = 32.39%
B = 34.09%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#767278 (or 0x767278) is known color: Mamba. HEX triplet: 76, 72 and 78. RGB value is (118,114,120). Sum of RGB (Red+Green+Blue) = 118+114+120=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #767278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767278 is #898D87. Grayscale: #737373. Windows color (decimal): -9014664 or 7893622. OLE color: 7893622.

HSL color Cylindrical-coordinate representation of color #767278: hue angle of 280º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767278 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 114 120 -
CMYK 0.02 0.05 0 0.53
HSL 280º 0.03% 0.46% -
HSV(B) 280º 0.05% 0.47% -
XYZ 16.88 17.24 20.21 -
YUV 115.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 118 114 120 0.02 0.05 0 0.53 280 0.03 0.46
Hex 76 72 78 2 5 0 35 118 3 2E
Octal 166 162 170 2 5 0 65 430 3 56
Binary 1110110 1110010 1111000 10 101 0 110101 100011000 11 101110

Color Harmonies of #767278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767278

Black with #767278

Text Example


Text Example

White with #767278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767278; }

 p { color: rgb(118,114,120); }

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

background-color css

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

 a { background-color: rgb(118,114,120); }

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

border-color css

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

 span { border-color: rgb(118,114,120); }

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