Html Css Color HEX #40787B Ming

📋 copy color: '#40787B'

red 64 ◦ green 120 ◦ blue 123

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

Shades of Ming #40787B

Tints of Ming #40787B

RGB

 RED value IS 64 (25.39% from 255) = 20.85%

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 20.85%
G = 39.09%
B = 40.07%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40787B (or 0x40787B) is known color: Ming. HEX triplet: 40, 78 and 7B. RGB value is (64,120,123). Sum of RGB (Red+Green+Blue) = 64+120+123=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #40787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40787B is #BF8784. Grayscale: #676767. Windows color (decimal): -12552069 or 8091712. OLE color: 8091712.

HSL color Cylindrical-coordinate representation of color #40787B: hue angle of 183.05º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40787B is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 120 123 -
CMYK 0.48 0.02 0 0.52
HSL 183.05º 0.32% 0.37% -
HSV(B) 183.05º 0.48% 0.48% -
XYZ 12.41 15.95 21.16 -
YUV 103.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 64 120 123 0.48 0.02 0 0.52 183.05 0.32 0.37
Hex 40 78 7B 30 2 0 34 B7 20 25
Octal 100 170 173 60 2 0 64 267 40 45
Binary 1000000 1111000 1111011 110000 10 0 110100 10110111 100000 100101

Color Harmonies of #40787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40787B

Black with #40787B

Text Example


Text Example

White with #40787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,120,123); }

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

background-color css

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

 a { background-color: rgb(64,120,123); }

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

border-color css

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

 span { border-color: rgb(64,120,123); }

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