Html Css Color HEX #4D655F Stromboli

📋 copy color: '#4D655F'

red 77 ◦ green 101 ◦ blue 95

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

Shades of Stromboli #4D655F

Tints of Stromboli #4D655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 28.21%
G = 37%
B = 34.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#4D655F (or 0x4D655F) is known color: Stromboli. HEX triplet: 4D, 65 and 5F. RGB value is (77,101,95). Sum of RGB (Red+Green+Blue) = 77+101+95=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #4D655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D655F is #B29AA0. Grayscale: #5D5D5D. Windows color (decimal): -11704993 or 6251853. OLE color: 6251853.

HSL color Cylindrical-coordinate representation of color #4D655F: hue angle of 165º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D655F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 101 95 -
CMYK 0.24 0 0.06 0.60
HSL 165º 0.13% 0.35% -
HSV(B) 165º 0.24% 0.4% -
XYZ 9.78 11.71 12.57 -
YUV 93.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 77 101 95 0.24 0 0.06 0.60 165 0.13 0.35
Hex 4D 65 5F 18 0 6 3C A5 D 23
Octal 115 145 137 30 0 6 74 245 15 43
Binary 1001101 1100101 1011111 11000 0 110 111100 10100101 1101 100011

Color Harmonies of #4D655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D655F

Black with #4D655F

Text Example


Text Example

White with #4D655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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