Html Css Color HEX #39777F Ming

📋 copy color: '#39777F'

red 57 ◦ green 119 ◦ blue 127

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

Shades of Ming #39777F

Tints of Ming #39777F

RGB

 RED value IS 57 (22.66% from 255) = 18.81%

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 18.81%
G = 39.27%
B = 41.91%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39777F (or 0x39777F) is known color: Ming. HEX triplet: 39, 77 and 7F. RGB value is (57,119,127). Sum of RGB (Red+Green+Blue) = 57+119+127=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #39777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39777F is #C68880. Grayscale: #656565. Windows color (decimal): -13011073 or 8353593. OLE color: 8353593.

HSL color Cylindrical-coordinate representation of color #39777F: hue angle of 186.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39777F is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 119 127 -
CMYK 0.55 0.06 0 0.50
HSL 186.86º 0.38% 0.36% -
HSV(B) 186.86º 0.55% 0.5% -
XYZ 12.11 15.6 22.45 -
YUV 101.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 57 119 127 0.55 0.06 0 0.50 186.86 0.38 0.36
Hex 39 77 7F 37 6 0 32 BB 26 24
Octal 71 167 177 67 6 0 62 273 46 44
Binary 111001 1110111 1111111 110111 110 0 110010 10111011 100110 100100

Color Harmonies of #39777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39777F

Black with #39777F

Text Example


Text Example

White with #39777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,119,127); }

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

background-color css

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

 a { background-color: rgb(57,119,127); }

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

border-color css

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

 span { border-color: rgb(57,119,127); }

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