Html Css Color HEX #4D7665 Como

📋 copy color: '#4D7665'

red 77 ◦ green 118 ◦ blue 101

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

Shades of Como #4D7665

Tints of Como #4D7665

RGB

 RED value IS 77 (30.47% from 255) = 26.01%

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 26.01%
G = 39.86%
B = 34.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#4D7665 (or 0x4D7665) is known color: Como. HEX triplet: 4D, 76 and 65. RGB value is (77,118,101). Sum of RGB (Red+Green+Blue) = 77+118+101=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7665 is #B2899A. Grayscale: #676767. Windows color (decimal): -11700635 or 6649421. OLE color: 6649421.

HSL color Cylindrical-coordinate representation of color #4D7665: hue angle of 155.12º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7665 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 118 101 -
CMYK 0.35 0 0.14 0.54
HSL 155.12º 0.21% 0.38% -
HSV(B) 155.12º 0.35% 0.46% -
XYZ 11.89 15.47 14.67 -
YUV 103.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 77 118 101 0.35 0 0.14 0.54 155.12 0.21 0.38
Hex 4D 76 65 23 0 E 36 9B 15 26
Octal 115 166 145 43 0 16 66 233 25 46
Binary 1001101 1110110 1100101 100011 0 1110 110110 10011011 10101 100110

Color Harmonies of #4D7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7665

Black with #4D7665

Text Example


Text Example

White with #4D7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D7665; }

 p { color: rgb(77,118,101); }

 H1.HeaderClassName
 {
   color: #4D7665;
 }
 .AnyTagClassName
 {
   color: #4D7665;
 }
</style>

background-color css

<style>
 a { background-color: #4D7665; }

 a { background-color: rgb(77,118,101); }

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

border-color css

<style>
 span { border-color: #4D7665; }

 span { border-color: rgb(77,118,101); }

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