Html Css Color HEX #43787D Ming

📋 copy color: '#43787D'

red 67 ◦ green 120 ◦ blue 125

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

Shades of Ming #43787D

Tints of Ming #43787D

RGB

 RED value IS 67 (26.56% from 255) = 21.47%

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 21.47%
G = 38.46%
B = 40.06%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43787D (or 0x43787D) is known color: Ming. HEX triplet: 43, 78 and 7D. RGB value is (67,120,125). Sum of RGB (Red+Green+Blue) = 67+120+125=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #43787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43787D is #BC8782. Grayscale: #686868. Windows color (decimal): -12355459 or 8222787. OLE color: 8222787.

HSL color Cylindrical-coordinate representation of color #43787D: hue angle of 185.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43787D is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 120 125 -
CMYK 0.46 0.04 0 0.51
HSL 185.17º 0.3% 0.38% -
HSV(B) 185.17º 0.46% 0.49% -
XYZ 12.73 16.11 21.84 -
YUV 104.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 67 120 125 0.46 0.04 0 0.51 185.17 0.3 0.38
Hex 43 78 7D 2E 4 0 33 B9 1E 26
Octal 103 170 175 56 4 0 63 271 36 46
Binary 1000011 1111000 1111101 101110 100 0 110011 10111001 11110 100110

Color Harmonies of #43787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43787D

Black with #43787D

Text Example


Text Example

White with #43787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43787D; }

 p { color: rgb(67,120,125); }

 H1.HeaderClassName
 {
   color: #43787D;
 }
 .AnyTagClassName
 {
   color: #43787D;
 }
</style>

background-color css

<style>
 a { background-color: #43787D; }

 a { background-color: rgb(67,120,125); }

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

border-color css

<style>
 span { border-color: #43787D; }

 span { border-color: rgb(67,120,125); }

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