Html Css Color HEX #3F767A Ming

📋 copy color: '#3F767A'

red 63 ◦ green 118 ◦ blue 122

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

Shades of Ming #3F767A

Tints of Ming #3F767A

RGB

 RED value IS 63 (25% from 255) = 20.79%

 GREEN value IS 118 (46.48% from 255) = 38.94%

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

R = 20.79%
G = 38.94%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F767A (or 0x3F767A) is known color: Ming. HEX triplet: 3F, 76 and 7A. RGB value is (63,118,122). Sum of RGB (Red+Green+Blue) = 63+118+122=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F767A is #C08985. Grayscale: #656565. Windows color (decimal): -12618118 or 8025663. OLE color: 8025663.

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

Color convert

RGB 63 118 122 -
CMYK 0.48 0.03 0 0.52
HSL 184.07º 0.32% 0.36% -
HSV(B) 184.07º 0.48% 0.48% -
XYZ 12.04 15.42 20.75 -
YUV 102.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 63 118 122 0.48 0.03 0 0.52 184.07 0.32 0.36
Hex 3F 76 7A 30 3 0 34 B8 20 24
Octal 77 166 172 60 3 0 64 270 40 44
Binary 111111 1110110 1111010 110000 11 0 110100 10111000 100000 100100

Color Harmonies of #3F767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F767A

Black with #3F767A

Text Example


Text Example

White with #3F767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F767A; }

 p { color: rgb(63,118,122); }

 H1.HeaderClassName
 {
   color: #3F767A;
 }
 .AnyTagClassName
 {
   color: #3F767A;
 }
</style>

background-color css

<style>
 a { background-color: #3F767A; }

 a { background-color: rgb(63,118,122); }

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

border-color css

<style>
 span { border-color: #3F767A; }

 span { border-color: rgb(63,118,122); }

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