Html Css Color HEX #3D7577 Ming

📋 copy color: '#3D7577'

red 61 ◦ green 117 ◦ blue 119

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

Shades of Ming #3D7577

Tints of Ming #3D7577

RGB

 RED value IS 61 (24.22% from 255) = 20.54%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 20.54%
G = 39.39%
B = 40.07%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D7577 (or 0x3D7577) is known color: Ming. HEX triplet: 3D, 75 and 77. RGB value is (61,117,119). Sum of RGB (Red+Green+Blue) = 61+117+119=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D7577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7577 is #C28A88. Grayscale: #646464. Windows color (decimal): -12749449 or 7828797. OLE color: 7828797.

HSL color Cylindrical-coordinate representation of color #3D7577: hue angle of 182.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7577 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 117 119 -
CMYK 0.49 0.02 0 0.53
HSL 182.07º 0.32% 0.35% -
HSV(B) 182.07º 0.49% 0.47% -
XYZ 11.62 15.05 19.74 -
YUV 100.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 61 117 119 0.49 0.02 0 0.53 182.07 0.32 0.35
Hex 3D 75 77 31 2 0 35 B6 20 23
Octal 75 165 167 61 2 0 65 266 40 43
Binary 111101 1110101 1110111 110001 10 0 110101 10110110 100000 100011

Color Harmonies of #3D7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7577

Black with #3D7577

Text Example


Text Example

White with #3D7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D7577; }

 p { color: rgb(61,117,119); }

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

background-color css

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

 a { background-color: rgb(61,117,119); }

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

border-color css

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

 span { border-color: rgb(61,117,119); }

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