Html Css Color HEX #42777A Ming

📋 copy color: '#42777A'

red 66 ◦ green 119 ◦ blue 122

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

Shades of Ming #42777A

Tints of Ming #42777A

RGB

 RED value IS 66 (26.17% from 255) = 21.5%

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 21.5%
G = 38.76%
B = 39.74%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42777A (or 0x42777A) is known color: Ming. HEX triplet: 42, 77 and 7A. RGB value is (66,119,122). Sum of RGB (Red+Green+Blue) = 66+119+122=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #42777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777A is #BD8885. Grayscale: #676767. Windows color (decimal): -12421254 or 8025922. OLE color: 8025922.

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

Color convert

RGB 66 119 122 -
CMYK 0.46 0.02 0 0.52
HSL 183.21º 0.3% 0.37% -
HSV(B) 183.21º 0.46% 0.48% -
XYZ 12.36 15.76 20.8 -
YUV 103.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 66 119 122 0.46 0.02 0 0.52 183.21 0.3 0.37
Hex 42 77 7A 2E 2 0 34 B7 1E 25
Octal 102 167 172 56 2 0 64 267 36 45
Binary 1000010 1110111 1111010 101110 10 0 110100 10110111 11110 100101

Color Harmonies of #42777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42777A

Black with #42777A

Text Example


Text Example

White with #42777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42777A; }

 p { color: rgb(66,119,122); }

 H1.HeaderClassName
 {
   color: #42777A;
 }
 .AnyTagClassName
 {
   color: #42777A;
 }
</style>

background-color css

<style>
 a { background-color: #42777A; }

 a { background-color: rgb(66,119,122); }

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

border-color css

<style>
 span { border-color: #42777A; }

 span { border-color: rgb(66,119,122); }

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