Html Css Color HEX #4D664F Nandor

📋 copy color: '#4D664F'

red 77 ◦ green 102 ◦ blue 79

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

Shades of Nandor #4D664F

Tints of Nandor #4D664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 29.84%
G = 39.53%
B = 30.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#4D664F (or 0x4D664F) is known color: Nandor. HEX triplet: 4D, 66 and 4F. RGB value is (77,102,79). Sum of RGB (Red+Green+Blue) = 77+102+79=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #4D664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D664F is #B299B0. Grayscale: #5B5B5B. Windows color (decimal): -11704753 or 5203533. OLE color: 5203533.

HSL color Cylindrical-coordinate representation of color #4D664F: hue angle of 124.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D664F is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 79 -
CMYK 0.25 0 0.23 0.6
HSL 124.8º 0.14% 0.35% -
HSV(B) 124.8º 0.25% 0.4% -
XYZ 9.22 11.65 9.16 -
YUV 91.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 77 102 79 0.25 0 0.23 0.6 124.8 0.14 0.35
Hex 4D 66 4F 19 0 17 3C 7D E 23
Octal 115 146 117 31 0 27 74 175 16 43
Binary 1001101 1100110 1001111 11001 0 10111 111100 1111101 1110 100011

Color Harmonies of #4D664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D664F

Black with #4D664F

Text Example


Text Example

White with #4D664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,102,79); }

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

background-color css

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

 a { background-color: rgb(77,102,79); }

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

border-color css

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

 span { border-color: rgb(77,102,79); }

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