Html Css Color HEX #43777F Ming

📋 copy color: '#43777F'

red 67 ◦ green 119 ◦ blue 127

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

Shades of Ming #43777F

Tints of Ming #43777F

RGB

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

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

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

R = 21.41%
G = 38.02%
B = 40.58%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43777F (or 0x43777F) is known color: Ming. HEX triplet: 43, 77 and 7F. RGB value is (67,119,127). Sum of RGB (Red+Green+Blue) = 67+119+127=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #43777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43777F is #BC8880. Grayscale: #686868. Windows color (decimal): -12355713 or 8353603. OLE color: 8353603.

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

Color convert

RGB 67 119 127 -
CMYK 0.47 0.06 0 0.50
HSL 188º 0.31% 0.38% -
HSV(B) 188º 0.47% 0.5% -
XYZ 12.74 15.92 22.48 -
YUV 104.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 67 119 127 0.47 0.06 0 0.50 188 0.31 0.38
Hex 43 77 7F 2F 6 0 32 BC 1F 26
Octal 103 167 177 57 6 0 62 274 37 46
Binary 1000011 1110111 1111111 101111 110 0 110010 10111100 11111 100110

Color Harmonies of #43777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43777F

Black with #43777F

Text Example


Text Example

White with #43777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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