Html Css Color HEX #39797F Ming

📋 copy color: '#39797F'

red 57 ◦ green 121 ◦ blue 127

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

Shades of Ming #39797F

Tints of Ming #39797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 18.69%
G = 39.67%
B = 41.64%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39797F (or 0x39797F) is known color: Ming. HEX triplet: 39, 79 and 7F. RGB value is (57,121,127). Sum of RGB (Red+Green+Blue) = 57+121+127=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #39797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39797F is #C68680. Grayscale: #666666. Windows color (decimal): -13010561 or 8354105. OLE color: 8354105.

HSL color Cylindrical-coordinate representation of color #39797F: hue angle of 185.14º 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 #39797F is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 121 127 -
CMYK 0.55 0.05 0 0.50
HSL 185.14º 0.38% 0.36% -
HSV(B) 185.14º 0.55% 0.5% -
XYZ 12.36 16.08 22.53 -
YUV 102.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 57 121 127 0.55 0.05 0 0.50 185.14 0.38 0.36
Hex 39 79 7F 37 5 0 32 B9 26 24
Octal 71 171 177 67 5 0 62 271 46 44
Binary 111001 1111001 1111111 110111 101 0 110010 10111001 100110 100100

Color Harmonies of #39797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39797F

Black with #39797F

Text Example


Text Example

White with #39797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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