Html Css Color HEX #36767F Ming

📋 copy color: '#36767F'

red 54 ◦ green 118 ◦ blue 127

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

Shades of Ming #36767F

Tints of Ming #36767F

RGB

 RED value IS 54 (21.48% from 255) = 18.06%

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

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

R = 18.06%
G = 39.46%
B = 42.47%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36767F (or 0x36767F) is known color: Ming. HEX triplet: 36, 76 and 7F. RGB value is (54,118,127). Sum of RGB (Red+Green+Blue) = 54+118+127=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #36767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36767F is #C98980. Grayscale: #636363. Windows color (decimal): -13207937 or 8353334. OLE color: 8353334.

HSL color Cylindrical-coordinate representation of color #36767F: hue angle of 187.4º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36767F is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 118 127 -
CMYK 0.57 0.07 0 0.50
HSL 187.4º 0.4% 0.35% -
HSV(B) 187.4º 0.57% 0.5% -
XYZ 11.83 15.27 22.4 -
YUV 99.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 54 118 127 0.57 0.07 0 0.50 187.4 0.4 0.35
Hex 36 76 7F 39 7 0 32 BB 28 23
Octal 66 166 177 71 7 0 62 273 50 43
Binary 110110 1110110 1111111 111001 111 0 110010 10111011 101000 100011

Color Harmonies of #36767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36767F

Black with #36767F

Text Example


Text Example

White with #36767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,118,127); }

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

background-color css

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

 a { background-color: rgb(54,118,127); }

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

border-color css

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

 span { border-color: rgb(54,118,127); }

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