Html Css Color HEX #3A7C77 Ming

📋 copy color: '#3A7C77'

red 58 ◦ green 124 ◦ blue 119

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

Shades of Ming #3A7C77

Tints of Ming #3A7C77

RGB

 RED value IS 58 (23.05% from 255) = 19.27%

 GREEN value IS 124 (48.83% from 255) = 41.2%

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

R = 19.27%
G = 41.2%
B = 39.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#3A7C77 (or 0x3A7C77) is known color: Ming. HEX triplet: 3A, 7C and 77. RGB value is (58,124,119). Sum of RGB (Red+Green+Blue) = 58+124+119=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C77 is #C58388. Grayscale: #676767. Windows color (decimal): -12944265 or 7830586. OLE color: 7830586.

HSL color Cylindrical-coordinate representation of color #3A7C77: hue angle of 175.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C77 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 124 119 -
CMYK 0.53 0 0.04 0.51
HSL 175.45º 0.36% 0.36% -
HSV(B) 175.45º 0.53% 0.49% -
XYZ 12.28 16.65 20.02 -
YUV 103.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 58 124 119 0.53 0 0.04 0.51 175.45 0.36 0.36
Hex 3A 7C 77 35 0 4 33 AF 24 24
Octal 72 174 167 65 0 4 63 257 44 44
Binary 111010 1111100 1110111 110101 0 100 110011 10101111 100100 100100

Color Harmonies of #3A7C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C77

Black with #3A7C77

Text Example


Text Example

White with #3A7C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,119); }

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

background-color css

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

 a { background-color: rgb(58,124,119); }

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

border-color css

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

 span { border-color: rgb(58,124,119); }

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