Html Css Color HEX #75677C Mamba

📋 copy color: '#75677C'

red 117 ◦ green 103 ◦ blue 124

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

Shades of Mamba #75677C

Tints of Mamba #75677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 34.01%
G = 29.94%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75677C (or 0x75677C) is known color: Mamba. HEX triplet: 75, 67 and 7C. RGB value is (117,103,124). Sum of RGB (Red+Green+Blue) = 117+103+124=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #75677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75677C is #8A9883. Grayscale: #6D6D6D. Windows color (decimal): -9083012 or 8152949. OLE color: 8152949.

HSL color Cylindrical-coordinate representation of color #75677C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75677C is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 103 124 -
CMYK 0.06 0.17 0 0.51
HSL 280º 0.09% 0.45% -
HSV(B) 280º 0.17% 0.49% -
XYZ 15.82 14.94 21.12 -
YUV 109.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 117 103 124 0.06 0.17 0 0.51 280 0.09 0.45
Hex 75 67 7C 6 11 0 33 118 9 2D
Octal 165 147 174 6 21 0 63 430 11 55
Binary 1110101 1100111 1111100 110 10001 0 110011 100011000 1001 101101

Color Harmonies of #75677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75677C

Black with #75677C

Text Example


Text Example

White with #75677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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