Html Css Color HEX #74677B Mamba

📋 copy color: '#74677B'

red 116 ◦ green 103 ◦ blue 123

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

Shades of Mamba #74677B

Tints of Mamba #74677B

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 33.92%
G = 30.12%
B = 35.96%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74677B (or 0x74677B) is known color: Mamba. HEX triplet: 74, 67 and 7B. RGB value is (116,103,123). Sum of RGB (Red+Green+Blue) = 116+103+123=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #74677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74677B is #8B9884. Grayscale: #6D6D6D. Windows color (decimal): -9148549 or 8087412. OLE color: 8087412.

HSL color Cylindrical-coordinate representation of color #74677B: hue angle of 279º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74677B is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 103 123 -
CMYK 0.06 0.16 0 0.52
HSL 279º 0.09% 0.44% -
HSV(B) 279º 0.16% 0.48% -
XYZ 15.63 14.84 20.78 -
YUV 109.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 116 103 123 0.06 0.16 0 0.52 279 0.09 0.44
Hex 74 67 7B 6 10 0 34 117 9 2C
Octal 164 147 173 6 20 0 64 427 11 54
Binary 1110100 1100111 1111011 110 10000 0 110100 100010111 1001 101100

Color Harmonies of #74677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74677B

Black with #74677B

Text Example


Text Example

White with #74677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74677B; }

 p { color: rgb(116,103,123); }

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

background-color css

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

 a { background-color: rgb(116,103,123); }

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

border-color css

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

 span { border-color: rgb(116,103,123); }

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