Html Css Color HEX #75677F Mamba

📋 copy color: '#75677F'

red 117 ◦ green 103 ◦ blue 127

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

Shades of Mamba #75677F

Tints of Mamba #75677F

RGB

 RED value IS 117 (46.09% from 255) = 33.72%

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 33.72%
G = 29.68%
B = 36.6%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75677F (or 0x75677F) is known color: Mamba. HEX triplet: 75, 67 and 7F. RGB value is (117,103,127). Sum of RGB (Red+Green+Blue) = 117+103+127=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #75677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75677F is #8A9880. Grayscale: #6D6D6D. Windows color (decimal): -9083009 or 8349557. OLE color: 8349557.

HSL color Cylindrical-coordinate representation of color #75677F: hue angle of 275º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75677F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 103 127 -
CMYK 0.08 0.19 0 0.50
HSL 275º 0.1% 0.45% -
HSV(B) 275º 0.19% 0.5% -
XYZ 16.02 15.01 22.13 -
YUV 109.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 117 103 127 0.08 0.19 0 0.50 275 0.1 0.45
Hex 75 67 7F 8 13 0 32 113 A 2D
Octal 165 147 177 10 23 0 62 423 12 55
Binary 1110101 1100111 1111111 1000 10011 0 110010 100010011 1010 101101

Color Harmonies of #75677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75677F

Black with #75677F

Text Example


Text Example

White with #75677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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