Html Css Color HEX #75667F Mamba

📋 copy color: '#75667F'

red 117 ◦ green 102 ◦ blue 127

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

Shades of Mamba #75667F

Tints of Mamba #75667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 33.82%
G = 29.48%
B = 36.71%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75667F (or 0x75667F) is known color: Mamba. HEX triplet: 75, 66 and 7F. RGB value is (117,102,127). Sum of RGB (Red+Green+Blue) = 117+102+127=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #75667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667F is #8A9980. Grayscale: #6D6D6D. Windows color (decimal): -9083265 or 8349301. OLE color: 8349301.

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

Color convert

RGB 117 102 127 -
CMYK 0.08 0.20 0 0.50
HSL 276º 0.11% 0.45% -
HSV(B) 276º 0.2% 0.5% -
XYZ 15.92 14.82 22.1 -
YUV 109.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 117 102 127 0.08 0.20 0 0.50 276 0.11 0.45
Hex 75 66 7F 8 14 0 32 114 B 2D
Octal 165 146 177 10 24 0 62 424 13 55
Binary 1110101 1100110 1111111 1000 10100 0 110010 100010100 1011 101101

Color Harmonies of #75667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75667F

Black with #75667F

Text Example


Text Example

White with #75667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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