Html Css Color HEX #4D765C Como

📋 copy color: '#4D765C'

red 77 ◦ green 118 ◦ blue 92

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

Shades of Como #4D765C

Tints of Como #4D765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 26.83%
G = 41.11%
B = 32.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#4D765C (or 0x4D765C) is known color: Como. HEX triplet: 4D, 76 and 5C. RGB value is (77,118,92). Sum of RGB (Red+Green+Blue) = 77+118+92=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #4D765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D765C is #B289A3. Grayscale: #666666. Windows color (decimal): -11700644 or 6059597. OLE color: 6059597.

HSL color Cylindrical-coordinate representation of color #4D765C: hue angle of 141.95º 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 #4D765C is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 118 92 -
CMYK 0.35 0 0.22 0.54
HSL 141.95º 0.21% 0.38% -
HSV(B) 141.95º 0.35% 0.46% -
XYZ 11.47 15.31 12.48 -
YUV 102.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 77 118 92 0.35 0 0.22 0.54 141.95 0.21 0.38
Hex 4D 76 5C 23 0 16 36 8E 15 26
Octal 115 166 134 43 0 26 66 216 25 46
Binary 1001101 1110110 1011100 100011 0 10110 110110 10001110 10101 100110

Color Harmonies of #4D765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D765C

Black with #4D765C

Text Example


Text Example

White with #4D765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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