Html Css Color HEX #4D765D Como

📋 copy color: '#4D765D'

red 77 ◦ green 118 ◦ blue 93

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

Shades of Como #4D765D

Tints of Como #4D765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 26.74%
G = 40.97%
B = 32.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#4D765D (or 0x4D765D) is known color: Como. HEX triplet: 4D, 76 and 5D. RGB value is (77,118,93). Sum of RGB (Red+Green+Blue) = 77+118+93=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #4D765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D765D is #B289A2. Grayscale: #666666. Windows color (decimal): -11700643 or 6125133. OLE color: 6125133.

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

Color convert

RGB 77 118 93 -
CMYK 0.35 0 0.21 0.54
HSL 143.41º 0.21% 0.38% -
HSV(B) 143.41º 0.35% 0.46% -
XYZ 11.51 15.32 12.71 -
YUV 102.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 77 118 93 0.35 0 0.21 0.54 143.41 0.21 0.38
Hex 4D 76 5D 23 0 15 36 8F 15 26
Octal 115 166 135 43 0 25 66 217 25 46
Binary 1001101 1110110 1011101 100011 0 10101 110110 10001111 10101 100110

Color Harmonies of #4D765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D765D

Black with #4D765D

Text Example


Text Example

White with #4D765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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